-
Create a component called Private Route that can easily encapsulate the complexity of authentication with passport and jwt within an easy to use route tag
child of #9
-
**attempting to do:**
migrate a "===" strict equality based authentication system to a passport based approach
**error:**
iterm2:
wait - compiling...
event - compiled client and server succ…
-
**Steps how to reproduce the issue:**
1. Use an user `UUID` that is registered with Passport
2. Make a call GET /o/scopes?userId=[UUID]
**Expected Response:**
a list of scopes from the groups and…
-
I was doing step to step installation of coral on window 11 using docker (from https://docs.coralproject.net/). when i am trying to login to admin section (first time) i am getting this error Internal…
-
_From @ryanelian on August 28, 2016 14:56_
I am trying to develop a ASP.NET application using JWT for securing certain routes and then decided that I would use `app.UseJwtBearerAuthentication()` to m…
-
Composer:
{
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"license…
-
I am using angular 16 in my application and the maptiler SDK. Facing the following issues during build -
Here are the relevant portions of my package.json for reference -
```
"dependencies": …
-
按照官方文档通过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…