angular-auth
angular-auth copied to clipboard
can you please add auth token example
can you please add auth token example for failed requests. This comes in handy if we have token refreshing in place and we want to retry the requests once we have a new token. I am using oAuth2 - using basic token to generate the bearer token and store it in local storage. It would be great if you can share the retrying of failed request after renewing the bearer token.