myartsev / ember-simple-auth-jwt

Ember Simple Auth extension for JWT
MIT License
8 stars 3 forks source link

If a token fails to refresh, the user still remains authenticated #15

Open myartsev opened 7 years ago

myartsev commented 7 years ago

https://github.com/myartsev/ember-simple-auth-jwt/blob/c9f4110ed1ed7a152c264e7123e69fce54026f18/addon/authenticators/jwt.js#L251-L260

Don't know what is the best way to go log out the user from a custom authenticator. Pending on these two SO questions: