verdan / flaskoidc

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

Implement refresh token flow #21

Closed ozandogrultan closed 2 years ago

ozandogrultan commented 2 years ago

This PR adds the logic to update the access tokens whenever they are expired, using the refresh token

verdan commented 2 years ago

@ozandogrultan I did not get a chance to review/verify this change. sorry about that. will do that next week.

ozandogrultan commented 2 years ago

Hi @verdan , could you please review the changes once you get the chance? Thanks a lot in advance

verdan commented 2 years ago

Hi @verdan , could you please review the changes once you get the chance? Thanks a lot in advance

working on this package this week. sorry for the delays.

verdan commented 2 years ago

@ozandogrultan thank you for the contribution. This works as expected.