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
Release history Release notifications | RSS feed
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.4.4.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for oauth2tools-0.4.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4bfc197b32e69d161821e94a34cb5851d4aafc8b546eb153f773e6e8f4f3cb |
|
MD5 | 7c04efee18846124f249ec5b9775b893 |
|
BLAKE2b-256 | 8552a97da9939f899a06153b854ecb5ce3e445788d98ea4f8702dd7dad3fa641 |