increase session lifetime #44
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
go
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dleven/authfox#44
Loading…
Add table
Add a link
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?
To prevent the users sessions from being removed, we should increase the TTL of the data in Redis one day on every day the session is used.
This TODO depends on the method used to validate sessions. If we'll expose the API servers directly, we might need to implement that in libpuroto so that all services can use that. If we use an API proxy though, we might want to do the session validation in the API proxy instead.
Implemented in #66.