aioauth
aioauth copied to clipboard
Asynchronous OAuth 2.0 provider for Python 3
Proposed solutions to the following issues opened by myself: - Issue #97 - Issue #98 Linting and test checks are all passed after modifications. Please take a look and hope...
addresses: https://github.com/aliev/aioauth/issues/101 This is only a quick edit for a potential solution. I'd be happy to discuss strategy here or in the related issue.
**Is your feature request related to a problem? Please describe.** Currently, it seems it is not possible to validate an authorization request _separately_ from generating an authorization response. This means...
Dear `aioauth` Team, I would like to bring into your attention that the implementation of the _Implicit Grant Type_ in `aioauth` is not fully compliant with the specification described in...
Hi `aioauth` Team, The `get` method of the class `aioauth.collections.HTTPHeaderDict` is not case-insensitive. Due to this, the `create_token_response` method of the `aioauth.server.AuthorizationServer` is unable to authenticate the client based on...