requests_auth icon indicating copy to clipboard operation
requests_auth copied to clipboard

Authentication classes to be used with requests

Results 14 requests_auth issues
Sort by recently updated
recently updated
newest added

Hi Colin, Please review the change and comment, I'll update the documentation add test cases when I get home. The change is to allow domain name to be passed as...

BrowserAuth currently is hardcoded to use http://localhost. Prefer to pass the request_uri_domain as a keyword arg, with default being http://localhost.

bug

https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow

enhancement

It should exists somewhere within OpenID Connect specs

enhancement

Same as AzureActiveDirectory but with v2.0 as explained in https://docs.microsoft.com/en-us/azure/active-directory/develop/id-tokens#payload-claims

enhancement

In debug mode, the logger display a message "Inserting token expiring on ..." with the complete token (https://github.com/Colin-b/requests_auth/blob/develop/requests_auth/oauth2_tokens.py#L82). Display secret in logs is not recommended (AFAIK). Maybe replace in the...

bug
security

How can we create the authentication for saml based application.

enhancement

In case more than one port can be used for redirection but one might not be available from time to time

enhancement