Releases: fedora-infra/flask-oidc
Releases · fedora-infra/flask-oidc
2.2.2
2.2.1
Version 2.1.0
Fixed
- Handle token expiration when there is no
refresh_token
or no token URL (#39)
Changed
- Restore the
OVERWRITE_REDIRECT_URI
configuration option asOIDC_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 useOIDC_OVERWRITE_REDIRECT_URI
if you want to force it to HTTPS (or any other URL).
Version 2.0.3
This is a bugfix release.
Changelog: https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.rst#203-2023-09-08
Version 2.0.2
This is a bugfix release.
Changelog: https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.rst#202-2023-08-23
Version 2.0.1
This is a bugfix release.
Changelog: https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.rst#201-2023-08-22
Version 2.0.0
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