python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NestJS Fastify JWKS Validation
I am using the Fastify Adapter in my NestJS application and would like to add some logic to do JWKS validation, similar to the passport example on the Auth0 website.
// src/authz/jwt.strategy.ts
...
mh377
Votes: 0
Answers: 1
Using failureRedirect option of passport-local with Nest.js
I need help with processing after authentication using Nest.js
here do I pass the failureRedirect option for passport-local when using Nest.js for authentication?
Without Nest.js
app.post('/login', pa...
Sunset_
Votes: 0
Answers: 1
Nestjs Passport-jwt better Unauthorized strategy
just going through docs on authentication in NestJS: docs.nestjs.com
Here is the code:
import { ExtractJwt, Strategy } from 'passport-jwt';
import { PassportStrategy } from '@nestjs/passport';
impor...
momi
Votes: 0
Answers: 1
How to setup Google Oauth with passport for android and ios without duplicate endpoints in NestJs
So basically Im trying to setup Google OAuth for both ios and android but Im currently stuck, because the clientId and clientSecret is different for ios and android.
So when creating the Strategy clas...
Just A Question
Votes: 0
Answers: 1