How to increase login token timeout to 30 days? #414
Unanswered
dotnetshadow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I got a couple of questions regarding returning to the app after 7 days.
Currently I think the RefreshToken is set to 7 days and the JwtSecurityToken is set to 2 days
It seems to come from the signalRHub and the profile picture
[HTTP/1.1 401 Unauthorized 20ms]
XHRPOSThttps://foo.com/signalRHub/negotiate?negotiateVersion=1
[HTTP/1.1 401 Unauthorized 20ms]
XHRGEThttps://foo.com/api/identity/account/profile-picture/180e4b5e-3756-4a3e-a216-cb75725702ab
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions