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 need to do this as well, is there any activity here? My use case is the exact same as @BryanCrotaz where a user has certain claim data updated and I need a way to get a fresh token.
Access tokens are bearer tokens, so they contain the information regarding what this user is allowed to do.
Scenario:
User should be able to refresh their rights, under the hood calling
Of course some authentication methods don't use bearer tokens, so this would be meaningless in those cases.
Better:
All
ember-simple-auth
needs to do is to make the authenticator object a public property of the session service.The text was updated successfully, but these errors were encountered: