-
Notifications
You must be signed in to change notification settings - Fork 215
Issues: mikenicholson/passport-jwt
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
JwtStrategy always fails to authenticate if issuer and audience are included!
#262
opened Feb 1, 2025 by
RobbieS82
updated Feb 1, 2025
"TypeError: JwtStrategy requires a secret or key" with NestJS
#227
opened Jun 13, 2021 by
huss-a
updated Oct 8, 2024
Passport authentication with JWTStrategy not working even jwt is not getting called even the console.log({ jwt_payload }); is not getting called
#254
opened Feb 5, 2024 by
roshen1234
updated Jul 23, 2024
Passport-jwt does not support edDSA algorithm for token verification
#258
opened Jun 20, 2024 by
kirtigamdha
updated Jun 20, 2024
MongooseError: Model.findOne() no longer accepts a callback
#257
opened May 27, 2024 by
shhekk
updated May 27, 2024
Extractor jwtFromRequest should be made asynchronous
#201
opened Apr 9, 2020 by
eternalmatt
updated Mar 8, 2024
use
request.header(AUTH_HEADER)
instead of request.headers[AUTH_HEADER]
#255
opened Feb 25, 2024 by
kasir-barati
updated Feb 25, 2024
TypeError: JwtStrategy requires a secret or key getting this error while running in node.js
#252
opened Nov 22, 2023 by
JayeshC-2598
updated Nov 22, 2023
[email protected] > [email protected] vulnerability
#251
opened Sep 22, 2023 by
KsenyaJSN
updated Sep 27, 2023
jsonwebtoken update to ^9.0.0 in [email protected] was a breaking change
#250
opened Mar 9, 2023 by
flipace
updated Apr 6, 2023
JWT verification for auth code or PKCE flow
#249
opened Feb 21, 2023 by
snehil2112
updated Mar 9, 2023
options.jsonWebTokenOptions.ignoreExpiration
value is ignored
#191
opened Dec 17, 2019 by
JasonCHT
updated Sep 11, 2022
Throw a named error instead of a generic error, when no auth token is provided
#222
opened Nov 22, 2020 by
abdatta
updated Sep 9, 2022
Passport-jwt extractor fromUrlQueryParameter don't handle handshake requests (websocket)
#230
opened Oct 21, 2021 by
HugoTrick
updated Sep 9, 2022
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.