Authlib OAuth2Client This function is used to retrieve the user identifier from a specified OAuth2 provider. It uses the OAuth2Client and OAuth2Token classes from the Authlib library to send an HTTP request to obtain an access token and ultimately retrieve the provider's user identifier. Function 2024-12-16 12:17:19 17 views
Authlib JWT The function uses the Authlib library to generate a random token based on the HS256 algorithm using JWT and OAuth2Token. Function 2024-12-16 12:16:45 19 views
Authlib This function is used to verify the validity of an OIDC token, using the OAuth2Provider and OAuth2Token classes from the Authlib library. Verify OIDC Token 2024-12-16 12:09:38 4 views
Authlib This function creates a custom OAuth2 client to obtain access tokens from GitHub. It uses the OAuth2Token and IntegrationBase classes from the Authlib library. Custom function 2024-12-16 12:07:17 3 views
Authlib OAuth2Session This function generates a random user using Authlib's OAuth2Session and OAuth2Token. It first creates an OAuth2Session, then gets a random token, and uses it to fetch user information through introspecting the token. API call 2024-12-16 12:06:17 4 views
Authlib OAuth2 This function uses the OAuth2Client and OAuth2Token from the Authlib library to create an OAuth2 client and token, then uses the AuthorizationCodeGrant to handle the authorization code flow, and stores the user information in a database or other storage system. Authentication 2024-12-16 11:40:01 3 views
Authlib OAuth2Client This function uses Authlib's OAuth2Client and OpenIDConnectClient to create an OAuth2Provider instance, then uses this instance to fetch the provider configuration information from Google, and obtain an OAuth2Token using the username and password. Function 2024-12-16 11:33:33 3 views
Authlib This function uses the Authlib library's OAuth2Client and OAuth2Token to obtain an authentication token for a user. It first creates an OAuth2Client instance, then uses this instance and the user's username to obtain an OAuth2Token, and finally calls the fetch_token method to get the token. Authentication 2024-12-16 11:29:24 8 views
Authlib OAuth2Provider This function uses the Authlib library's OAuth2Provider and OAuth2Token classes to create an OAuth2 configuration and a token for interacting with an OAuth2 service. Function 2024-12-07 16:27:31 4 views
Authlib OAuth2Client The function uses the Authlib library to generate a random access token based on client credentials. It accepts client ID, client secret, and authorization server URL as parameters and then uses this information to obtain a token from the authorization server. Function 2024-12-07 16:27:27 3 views