Releases: verdan/flaskoidc
Releases · verdan/flaskoidc
Bug Fixes, and Authlib upgrade
Specify the authlib version range to avoid breaking changes
v1.1.1 specify the auth version, and bump the version
Implements Refresh Token
Thanks to @ozandogrultan, flaskoidc now supports the refresh_token.
Release 1.0.6
- Force https & Fixes url_for() attribute for scheme
Test PyPi Release: v1.0.5
- Introduces the HTTP schema as a configuration. The default value is
HTTP, and should be set to
HTTPS for production environments.
Release 1.0.4
This is a test release to verify the Github Action