Closed smanaton closed 6 years ago
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.
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