fumiX / fuBlog

Blog Software
https://blog.fumix.de
Apache License 2.0
2 stars 1 forks source link

Refresh the login tokens to extend login duration #30

Closed floscher closed 4 months ago

floscher commented 1 year ago

At the moment we login the user with the ID token, which we receive from the OAuth provider, which will expire after a while (usually 3600 seconds).

This time span should be extended by refreshing the token.