-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Request interceptor containing an async call #33
Comments
You might have realized this already but it already works this way:
If you're using something like adal/angular-adal note that my getIdToken is just a wrapper around their ridiculous synchronous/callback call that promisifies it. |
This way does not take effect |
I have the same issue |
Hi, Is it possible to perform asynchronous calls in a "request" interceptor? I have an interceptor that gets the access token from the localforage library but all methods are asynchronous. If so could you provide a code example please? Thanks
The text was updated successfully, but these errors were encountered: