-
- 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
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
Please register or sign in to comment