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
I noticed that we have a few console logs where a login is required when asking for new access token, and I don't think any of these actually redirects to login. How should we handle this? We are able to listen to this event in each website, but maybe we should handle this in package-boilerplate or in js-auth?
The text was updated successfully, but these errors were encountered:
We have a few authorization calls where a login is required. We need a user interaction. As far as I can see this is not handled at
js-tfso-auth/src/Authorizer.ts
Lines 122 to 142 in 40c1aa8
This is only emitting
access-failure
that ends up in emittingauthorization-failure
js-tfso-auth/src/AuthManager.ts
Lines 182 to 184 in 40c1aa8
I noticed that we have a few console logs where a login is required when asking for new access token, and I don't think any of these actually redirects to login. How should we handle this? We are able to listen to this event in each website, but maybe we should handle this in package-boilerplate or in js-auth?
The text was updated successfully, but these errors were encountered: