Skip to content

Releases: fedora-infra/flask-oidc

Version 2.1.0

09 Oct 10:12
2.1.0
1bed41f
Compare
Choose a tag to compare

Fixed

  • Handle token expiration when there is no refresh_token or no token URL (#39)

Changed

  • Restore the OVERWRITE_REDIRECT_URI configuration option as OIDC_OVERWRITE_REDIRECT_URI.
  • The redirect_uri that is generated and sent to the ID provider is no longer forced to HTTPS, because the the OIDC spec is actually only a strong recommendation (#35). You can use OIDC_OVERWRITE_REDIRECT_URI if you want to force it to HTTPS (or any other URL).

Version 2.0.3

08 Sep 09:50
2.0.3
58a9533
Compare
Choose a tag to compare

Version 2.0.2

23 Aug 09:52
2.0.2
7df2b6a
Compare
Choose a tag to compare

Version 2.0.1

22 Aug 17:14
2.0.1
06f45c0
Compare
Choose a tag to compare

Version 2.0.0

22 Aug 17:12
2.0.0
0fc1eda
Compare
Choose a tag to compare

This is a major release that rebases the Flask OIDC API on Authlib

Changelog: https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.rst#200-2023-08-21