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
Return a rejected promise when authentication fails. This allows you to more easily catch auth errors after dispatch if you need to attach any custom logic outside of state (#46)
Add basic authenticator and authorizer for oauth2 implicit grant flow. This does not include any session refresh logic and is simply a predefined authorizer and authenticator. (#39)