Hi,
I wondered if there was a pattern for persisting login credentials on the client so that the user doesn't have to re-enter credentials.
I'm persisting the JWT Token, and then refreshing upon login, but that will obviously only work for validFor seconds, after which time the request request will be rejected.
Thanks
Hi,
I wondered if there was a pattern for persisting login credentials on the client so that the user doesn't have to re-enter credentials.
I'm persisting the JWT Token, and then refreshing upon login, but that will obviously only work for
validForseconds, after which time the request request will be rejected.Thanks