verdan / flaskoidc

A wrapper of Flask with pre-configured OIDC support
Apache License 2.0
52 stars 35 forks source link

Upgrade Authlib to version 1.x #30

Closed ozandogrultan closed 2 years ago

ozandogrultan commented 2 years ago

This PR upgrades the Authlib dependency to v1.x to fixed the following issue: https://github.com/lepture/authlib/issues/334

Additionally, it adds the logic to handle the cases where refresh token does not exist in the storage. This potentially fixes the issue https://github.com/verdan/flaskoidc/issues/28