-
Notifications
You must be signed in to change notification settings - Fork 12
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
Validation via JWT strategy doesn't work. #3
Comments
@katesroad did you provide valid values for the keys in .env file? |
yes. My version works in middleware but doesn't work in guard. I think it should not work, please check this issue: nestjs/jwt#235 |
Does work for me 04/02/2020, cfr issue #4
|
Oh, that is nice. Can you share the sample code? My nest.js version is 7.5.1, though |
My code is exactly as this Repo (Master), only removed line 23, in the |
It turns out to be a typo, my version is 7.0.1 actually. |
Hey, the validation via JWT strategy doesn't work
The text was updated successfully, but these errors were encountered: