Skip to main content

A toolset for the most requirements dealing with OAuth2 and OpenID Connect.

Project description

OAuth2Tools

A toolset for the most requirements dealing with OAuth2 and OpenID Connect.

building the URL for the authentication endpoint

tools = OAuthTools(
    well_known_url="<url>", 
    client_id="<cid>", 
    client_secret="<secret>")
auth_url = tools.authorization_url(redirect_uri="<uri>")

Using the Browser in a CLI script for authentication

o4c = OAuth4CLI(
    well_known_url="<url>", 
    client_id="<cid>", 
    client_secret="<secret>")
response = o4c.login()
access_token = response.get('access_token')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oauth2tools-0.6.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

oauth2tools-0.6.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page