-
Notifications
You must be signed in to change notification settings - Fork 110
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
add @Security decorator using passport #63
add @Security decorator using passport #63
Conversation
Examples and tests using passport-jwt
Is this being merged? |
Also interested: is it being merged? |
Yes it was merged. Documentation is in README You could check for tests for more detailed implementation. I don't know if it is published to npm... |
No it is not published to npm, you need to import source code from github if you want to use |
You're right, it was merged! I'm going to use it :) Thank you @d0whc3r |
Anyone able to comment on when a new version might be published to include this change? |
@d0whc3r using this code, how would you go about setting session to false on each of the endpoints so that passport doesn't complain about being unable to serialize/deserialize the user? |
Figured it out - will make a PR to config that |
Examples and tests using passport-jwt