-
I forked your code and ran npm install. Im running into this issue: Error: Illegal arguments: undefined, string
(method:Post) localhost:8080/api/auth/signup
Error: Illegal arguments: undefined, …
-
### Describe the problem you'd like to have solved
We have a use case where our audience list comes from AWS Parameter Store and could be changed on the fly without having to restart the whole app.…
-
Description:
Create a signup page and login page for our application that allows users to register and authenticate using JWT (JSON Web Tokens). This feature will include capturing user inputs for em…
-
### Environment
System:
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Max
Memory: 160.19 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.16.0 - /usr/local/bin/node
…
-
In my application I have added multiple roles such as administrator and I am trying to limit routes to specific roles as shown in the documentation
```js
Route.post('/device/:id/upload', 'DeviceCo…
-
I'd like to use this extension but I want to redefine it's core function. Can I do this?
**What I actually want to do**
I want not to terminate request if JWT is wrong or empty like here: https:…
-
I'm using Laravel 5.6 with jwt-auth for API Authentication. The idea behind it is simple:
1. You send a HTTP POST request with user credentials and get an "access_token" if successfully.
2. Every …
-
### auth()->payload() not work with refresh middleware and blacklist enabled
If blacklist is enabled and the refresh middleware is used, in the method is impossible to use auth()->payload() (or \Auth…
-
Hey @denvned,
I've been thinking about how to do authentication using this boilerplate and I'm kind of stuck. Currently I'm trying to use a JWT + cookie approach.
I've gotten to the point of having…
-
I was following the tutorial as close as possible, I even have the exact same code
```
import { AuthGuard } from '@nestjs/passport';
export class RefreshTokenGuard extends AuthGuard('jwt-refres…