-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
a user is not able to come back automatically authenticated after a while.
repro steps:
- authenticate with simple example
- leave the app
- wait for the authentication token to expire
- re launch the app
- BUG: our authentication doesn't refresh so requests fail.
- EXPECTED: authentication detects it's epired, refreshes then we're smoothly back to authenticated.
proposed solution:
- when app launches with a token, check for its expiration
- check if refresh token logic is OK (see refresh token client tests #29)
- optionally: request a simple route to make sure our token wasn't revoked remotely.
Metadata
Metadata
Assignees
Labels
No labels