v3.0.0
News
- Allow logout endpoint to be configured (e.g. when using Flask Blueprints).
- Drop support for Python 2.
- Export
flask_pyoidcfor simpler imports:from flask_pyoidc.flask_pyoidc import OIDCAuthentication->from flask_pyoidc import OIDCAuthentication - Published documentation on ReadTheDocs.
- Published as wheel on PyPI.