-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
JWT Support? #235
Comments
+1 Also need Bearer authentication |
+1 |
+1 8) |
I was able to put together JWT support with a bit of a workaround here:
|
So we have to create AuthController.js? ( |
yes you will have to include your own auth controller that overrides just that method. |
Can we just remove
Where we include this policy to our app? Thanks |
@keramet I don't think you can just remove sessionAuth. he said you're just overriding 1 method in the auth controller. I imagine you still need the rest. |
@westlakem If I want to use JWT, why I need session (and therefore - sessionAuth)? All necessary info will include in token. Am I rigth? |
@keramet if it works that way, you can remove it from the policy list. This is more of a workaround than an actual fix. |
+1 for this feature |
++ |
It’s been over 2 years now... any support for this coming? |
Thanks for this awesome work!
Is there any possibility to use JWT Token instead of Cookies?
The text was updated successfully, but these errors were encountered: