Skip to content

Releases: fedora-infra/flask-oidc

2.2.2

24 Oct 09:30
2.2.2
bbe7e73
Compare
Choose a tag to compare

Added

  • Re-add redirect_to_auth_server() for compatibility with v1.x (d0cac91)

2.2.1

23 Oct 12:27
2.2.1
b856a0c
Compare
Choose a tag to compare

Added

  • Add compatibility with EL8 (8a8bf4c)
  • Add an accessor for the user's email (32f046a)
  • Document the OIDC_CLIENT_SECRETS config option (2e9b5b2)

Fixed

  • Add a config file for readthedocs (fd55294)
  • Minor typo/fixes (fd1f415)
  • Improve the documentation (0836711)
  • Include the root_path when redirecting to the custom callback route (71747d1)

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