Skip to content
Snippets Groups Projects
Forked from uffd / uffd
131 commits behind the upstream repository.
Julian Rother's avatar
Julian authored
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
45d4598e
History