We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app/authenticator/jwt-token.js
invalidate
We're doing this right now -- but it's fugly and could potentially fail.
The problem is ember-simple-auth and ember-simple-auth-token use invalidate() in wild ways.
ember-simple-auth
ember-simple-auth-token
invalidate()
Consider this:
Be aware of #3!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're doing this right now -- but it's fugly and could potentially fail.
The problem is
ember-simple-auth
andember-simple-auth-token
useinvalidate()
in wild ways.Consider this:
ember-simple-auth-token
is invokinginvalidate()
Be aware of #3!!!
The text was updated successfully, but these errors were encountered: