Sessions that stretch past the token time-to-live should auto-refresh #95
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#95
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Sessions are currently limited in time by the JWT expiration time. Once they expire, further attempts to interact with the API will kick the user off because of expired credentials.
The application should allow refreshing the token to avoid having to re-log in.
Further reading
👁️ What Are Refresh Tokens and How to Use Them Securely