ember-cli-simple-auth-oauth2 icon indicating copy to clipboard operation
ember-cli-simple-auth-oauth2 copied to clipboard

Ember CLI Addon for the Ember Simple Auth OAuth 2.0 package

Results 2 ember-cli-simple-auth-oauth2 issues
Sort by recently updated
recently updated
newest added

serverTokenRevocation endpoint, albeit configured as below, is being ignored. Instead serverTokenEndpoint is being called by session's invalidate() call. DEBUG: ------------------------------- Ember : 2.4.4 Ember Data : 2.4.3 jQuery : 2.2.2...

In my usage of the ember-cli-simple-auth-oauth2, I am battling with scenarios where a scheduled Access token refresh fails. In this scenario, I would expect the session to be invalidated automatically...