Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: T-914 Renew JWT token on each request #11

Merged
merged 2 commits into from
Mar 11, 2022

Conversation

vincent-pochet
Copy link
Collaborator

Generate new JWT token on each authenticated request and set it in the x-lago-token header

The objective is to keep session alive as long as the user is using the app. Without usage, the session will expired automatically after 6 hours.

@vincent-pochet vincent-pochet added the enhancement New feature or request label Mar 10, 2022
@vincent-pochet vincent-pochet requested a review from jdenquin March 10, 2022 15:21
@vincent-pochet vincent-pochet self-assigned this Mar 10, 2022
@height
Copy link

height bot commented Mar 10, 2022

This pull request has been linked to 1 task:

💡Tip: Add "Close T-914" to the pull request title or description, to a commit message, or in a comment to mark this task as "Done" when the pull request is merged.

@vincent-pochet vincent-pochet merged commit 201f3b0 into main Mar 11, 2022
@vincent-pochet vincent-pochet deleted the T-914-api-refresh-jwt-token-on-each-request branch March 11, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant