-
- Downloads
Replace flask_oauthlib with plain oauthlib
flask_oauthlib is no longer available in Debian Bullseye. It is only a wrapper around oauthlib, which is still available. While this change does increase the OAuth2 code size, it achieves compatability with both Debian Buster and Bullseye. Aside from error handling, this change has no noticable effects on OAuth2.0 clients. In terms of error handling, a few cases that were not properly handled before now return appropriate error pages. Fixes #101
parent
cb2d7f35
No related branches found
No related tags found
Showing
- README.md 1 addition, 1 deletionREADME.md
- setup.py 1 addition, 1 deletionsetup.py
- tests/test_oauth2.py 91 additions, 0 deletionstests/test_oauth2.py
- uffd/oauth2/templates/oauth2/error.html 0 additions, 8 deletionsuffd/oauth2/templates/oauth2/error.html
- uffd/oauth2/views.py 140 additions, 81 deletionsuffd/oauth2/views.py
Loading
-
mentioned in commit 883301c8
-
mentioned in commit 7d472944
-
mentioned in merge request !80 (merged)
-
mentioned in commit eba71ac7
-
mentioned in merge request !88 (merged)
-
mentioned in commit 9df1fa33
-
mentioned in merge request !89 (merged)
Please register or sign in to comment