You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library refreshes tokens even, when the user is not active, but due to security we need to expire the session, when the user is not active. We need to turn off the automatic token refreshing and perform token refreshing on our own when for example user moves with a mouse and the token is near expiration.
I tried forceRefreshSession it works, but when live recompile the Angular application, I get HTTP status 400 on the token requests.
The request payload is
Hi,
How can I refresh tokens manually?
The library refreshes tokens even, when the user is not active, but due to security we need to expire the session, when the user is not active. We need to turn off the automatic token refreshing and perform token refreshing on our own when for example user moves with a mouse and the token is near expiration.
I tried
forceRefreshSession
it works, but when live recompile the Angular application, I get HTTP status 400 on the token requests.The request payload is
So the problem is https%3A%2F%2Fplease_set
The response is
It looks like, it is ignoring the config.
Any advice, please?
The text was updated successfully, but these errors were encountered: