Skip to content
Snippets Groups Projects
Commit 45d4598e authored by Julian's avatar Julian
Browse files

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
1 merge request!67Replace flask_oauthlib with plain oauthlib
Pipeline #7556 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment