takahe/takahe
Cosmin Stejerean efd5f481e9
OAuth2 Fixes (#338)
This implements a few oauth2 fixes:

- passes along the state object
- enforces authorization code expiration (currently set to 1 minute, we could make this configurable)
- enforces redirect_uri
- properly checks for client_secret when granting a token
- handles pulling client authentication for token grant from basic auth
- implement token revocation
2023-01-01 11:46:55 -07:00
..
__init__.py Releasing 0.6.1 2022-12-30 12:13:06 -07:00
asgi.py Simplified settings 2022-11-26 10:04:04 -07:00
settings.py Add warning when the MEDIA_URL is wrong 2023-01-01 10:46:31 -07:00
urls.py OAuth2 Fixes (#338) 2023-01-01 11:46:55 -07:00
wsgi.py Simplified settings 2022-11-26 10:04:04 -07:00