Links tagged “credentials”
2 links, newest first.
python-oauth2.readthedocs.io
from wsgiref.simpleserver import makeserver import oauth2 import oauth2.grant import oauth2.error import oauth2.store.memory import oauth2.tokengenerator import oauth2.web.wsgi Create a SiteAdapter to interact with the user.
developers.google.com
Google APIs use the OAuth 2.0 protocol for authentication and authorization.

