Top "Nestjs-passport" questions

NestJS jwt-passport Authentication

I want to implement a distributed authentication library to use it on several projects. The library should implement JWT authentication …

authentication jwt nestjs nestjs-passport nestjs-jwt
NestJs JWT Authentication returns 401

I have implemented a jwt authentication in nestJs. However whenever I attempt to authenticate using the following authorization headers: Bearer &…

typescript jwt nestjs nestjs-passport nestjs-jwt
Nest can't resolve dependencies of AuthService

I am following the documentation present here https://docs.nestjs.com/techniques/authentication#jwt-functionality To have faster support I have …

nestjs nestjs-passport nestjs-jwt
NestJs Passport jwt unknown strategy

I am trying to implement a JWT strategy for authentication in my nest application. I am getting the following error …

typescript jwt nestjs nestjs-passport nestjs-jwt
Get current user in nestjs on a route without an AuthGuard

I use nestjs with passport with jwt strategy. And I want to get a current user on some of my …

node.js typescript passport.js nestjs nestjs-passport
Cannot find module 'passport' or its corresponding type declarations

I am using @nestjs/passport. After running npm run start:dev I got an error, but the editor doesn't show …

typescript jwt nestjs nestjs-passport nestjs-jwt