This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Sliding expiration #22
Labels
Comments
gday! it shouldn't be too much hassle - but it does touch just about every layer in the app. the gist of it would be
|
just as an FYI, this stack overflow article JWT token refresh (sliding sessions) and signout is a nice resource i like the idea of only letting the refresh event occur a max # of times per period - just to restrict the overall time a compromised user token can be used if hijacking occurs! |
Thanks for this, i will give it a go. |
good luck, and please let me know how it goes!
|
stale issue. closing for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to be able to use sliding expiration, the current token lasts for 5 minutes but i would like to be able to refresh the token everytime a authenticated request is made so to get a rolling 5 minutes, i'm new to vue and aspnetcore but i have worked with .net framework for many years, is this something that can be done easily?
Thanks
Shane
The text was updated successfully, but these errors were encountered: