puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

authenticate_or_redirect is deprecated, but no alternative exists #74

Open whazor opened 5 years ago

whazor commented 5 years ago

The only token expiration check and token refresh happens at authenticate_or_redirect, however this method is deprecated and there is, as far as I know, no alternative method to refresh tokens in this library.