Subscribing to an event listener for auth errors with stateful components #3389
Unanswered
AlbertoPerez8
asked this question in
Q&A
Replies: 1 comment
-
I am not aware of any event listener that fires when an ACS token expires. But if want to ensure your token is refreshed you can do this by creating a ACS token with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to integrate or subscribe to some of event listener compatible with the stateful components that is capable of notifying when the communications token is expired?
I know that it's possible to verify when a token is expired by validating the expiry date, but is there some other method of knowing when the token expires through some sort of error/event listener that catches the moment when it happens?
I'd like to know if there's this alternative rather than having to set up a timed expiration check.
Beta Was this translation helpful? Give feedback.
All reactions