Auto refresh token
Refresh access token automatically if valid less than 1 week
Maybe increase the time a bit if a user doesn't open the app for a week to prevent logging out?
Mhm, can the token be refreshed if the old access token is expired? 🤔
No.
https://github.com/Traewelling/traewelling/discussions/2809
Then the validity time of the tokens should not be less then a month imo :D
No.
To clarify this again based on the current status:
Yes, it is possible. The main thing is that the refresh token is valid.
According to the current proposal (see https://github.com/Traewelling/traewelling/discussions/2809), 30 minutes for the access token and 30 days for the refresh token.