-
按照官方文档通过passsport进行jwt验证
@Post('/passport/jwt', { middleware: [JwtPassportMiddleware] })
async jwtPassport() {
console.log('jwt user: ', this.ctx.state.user);
return this.ctx.state.user;…
-
Hello,
I noticed that when I am generating a new access token using the refreshToken function, it contains an empty payload. When I investigated the issue, I found out that when I write consol.log(us…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.17.0
### Plugin versio…
-
## Disclaimers
- [X] Before filing this report, I have read the documentation fully and followed it.
- [X] I understand that if the "issue" is something that is already answered by the documentati…
-
### Core Library
Passport Azure AD (passport-azure-ad)
### Core Library Version
"^4.3.3"
### Wrapper Library
Not Applicable
### Wrapper Library Version
none
### Public or Confidential Client?
…
-
### Describe the issue
I'm seeing behavior similar to issue 2370 in that my config is almost the same within Authelia and my network is failing on the callback.
![image](https://github.com/advpl…
-
**Description:** We need to implement a user authentication system to ensure secure access to our platform. This issue involves adding a user authentication feature that will allow users to register, …
-
Hi guys
i'm running umbrel (latest docker images) on a debian 10 host (vps) with 32gb RAM, 16 Cores and SSD.
i could successfully run all containers and could do initial setup (creating 24-word pass…
-
Hello,
I work with NestJs and passport SAML to authenticate users.
All is fine when i work locally, I work with Redhat UBI images to deploy my app into my cloud provider
It works on **"UBI 8"**…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Server start after get error
Error: Cannot find module '@nestjs/common/utils/select-except…