We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in this approach the token is not automatically refreshed. The token get expires after 1 hour.
The text was updated successfully, but these errors were encountered:
I would think you may need to handle this on your implementation, for instance, if you get a 401 from your API, simply trigger adalService.login(); .
adalService.login();
Sorry, something went wrong.
No branches or pull requests
Currently in this approach the token is not automatically refreshed. The token get expires after 1 hour.
The text was updated successfully, but these errors were encountered: