issues
search
aliev
/
aioauth
Asynchronous OAuth 2.0 provider for Python 3
https://aliev.me/aioauth
MIT License
213
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update __version__.py
#105
aliev
closed
1 week ago
1
feat: preparing for next major release
#104
aliev
opened
1 month ago
1
Fix case sensitiveness in HTTPHeaderDict (#97)
#103
PrieJos
closed
2 weeks ago
0
feat: separate authcode validation and response generation
#102
imgurbot12
opened
2 months ago
3
Separate Authorization Request Validation and Response
#101
imgurbot12
opened
2 months ago
3
Refactor storage to follow interface segregation principle
#100
aliev
closed
2 months ago
0
Propose PR solving issues #97 and #98
#99
PrieJos
opened
2 months ago
0
Implementation of implicit grant type is not fully compliant with RFC 6749
#98
PrieJos
opened
2 months ago
2
`get` method of `aioauth.collections.HTTPHeaderDict` class is not case-insensitive
#97
PrieJos
opened
2 months ago
0
Make User generic in OIDC Request class
#96
shawnz
closed
2 months ago
2
Make User generic in OIDC Request class
#95
shawnz
closed
2 months ago
1
Add state parameter to authorization error redirects
#94
shawnz
closed
2 months ago
0
Fix token introspection and revocation authentication checks
#93
shawnz
closed
2 months ago
1
Why a token is needed for `/authorize`?
#90
Pedram-Parsian
closed
1 year ago
1
Hotfix/v1.5.4
#89
aliev
closed
1 year ago
0
Hotfix/v1.5.4
#88
aliev
closed
1 year ago
0
fix: return correct `toke_type` in introspection
#87
benreinhold-nm
closed
1 year ago
0
fix: invalid_client response is missing application/json content-type
#86
aliev
closed
1 year ago
1
`invalid_client` response is missing `application/json` content-type
#85
benreinhold-nm
closed
1 year ago
1
Implement token revocation endpoint
#84
mgorven
closed
1 year ago
6
Refactor tests to invert control and make more dependencies injectable
#83
tdg5
closed
1 year ago
3
Fix bug preventing some grant types from getting client_secret
#82
tdg5
closed
1 year ago
2
No client_secret passed to get_client for create_token_response in 1.5.2
#81
scmmmh
closed
1 year ago
7
A client must use their client_secret if they have one
#80
tdg5
closed
1 year ago
2
feat: codeql was upgraded to v2
#79
aliev
closed
1 year ago
0
A client_secret is not required for the password grant type
#78
tdg5
closed
1 year ago
3
fix: type hinting refactoring and small bugfix
#77
aliev
closed
1 year ago
1
OIDC token response to authorization_code grant type should always include an id_token
#76
tdg5
closed
1 year ago
7
Allow OIDC prompt query param
#75
tdg5
closed
1 year ago
10
Exchanging an authorization code for an access token needs no client_secret
#74
tdg5
closed
1 year ago
11
fix: renamed redirect_on_exc to skip_redirect_on_exc
#73
aliev
closed
1 year ago
0
fix: catch_errors_and_unavailability redirect argument
#72
aliev
closed
1 year ago
1
Return most /authorize errors as a redirect
#71
mgorven
closed
1 year ago
2
Use scope from authorization code when issuing token
#70
mgorven
closed
1 year ago
1
fix: added Python 3.11 support
#69
aliev
closed
1 year ago
0
Incompatible with Python >= 3.11
#68
dlbas
closed
1 year ago
3
Missing aiohttp example
#67
adbenitez
closed
1 year ago
3
fix: mypy errors on custom models
#66
aliev
closed
2 years ago
2
fix: allow `POST` method in `create_authorization_response`
#65
aliev
closed
2 years ago
2
POST /authorize fails with `Method not allowed` status code
#64
pedropregueiro
closed
2 years ago
7
Passing extra query parameters to the request
#63
pedropregueiro
closed
2 years ago
22
Fix typo in utils.py
#62
gyusang
closed
2 years ago
1
About a Third-Party (external) authorization server interface
#61
alanredmaiar
closed
2 years ago
2
fix: replaced --stric to --strict-markers in pytest options
#60
aliev
closed
2 years ago
0
Removed Python 3.6 support and added Python 3.10
#59
aliev
closed
2 years ago
0
Use dataclasses instead of namedtuples
#58
grmnz
closed
2 years ago
4
Fix password grant request validation
#55
grmnz
closed
2 years ago
2
Refactoring/non-critical-typing-refactoring
#54
aliev
closed
2 years ago
1
Refactoring/decoupling-get-authorization-header
#53
aliev
closed
2 years ago
1
Feature/utils-refactoring
#52
aliev
closed
3 years ago
1
Next