-
I have set up email verification as obligatory in the Allauth settings and as the documentation [suggests](https://dj-rest-auth.readthedocs.io/en/latest/api_endpoints.html#registration) created a new …
-
### Steps to reproduce
1. I did set jwt expire time very shortly for testing token refreshing. set 5seconds.
config/default.json
2. after 5seconds.
feathers debug printed "Removing a…
-
I recently ran into a problem where jwt middleware always return user_not_found exception.
I replaced the function call `JWTAuth::parseToken()->authenticate()` with `JWTAuth::toUser(JWTAuth::getToke…
-
Wondering if it is possible to disable the "sessionID" cookie from being sent after the user hits the login endpoint for dj-rest-auth (for my use case this is one of the social login endpoints).
Cu…
-
# iris-gorm/middleware
middleware/jwt.go:27:3: cannot use func literal (type func("github.com/kataras/iris/context".Context, string)) as type "github.com/iris-contrib/middleware/jwt".errorHandler in …
-
Authenticator function and private key are required now if you want to use this middleware in a Gin project. But sometimes your application does not issue JWT-tokens, refresh and destroy them (especia…
renta updated
3 years ago
-
Hello, everyone.
I'm trying to build an application with DRF backend and ReactJS frontend. I followed a tutorial on youtube to install and configure simplejwt. I managed to log in and even restrict…
-
### Bug description
Hi
I find a bug in the Async Query Websocket code while I'm trying to enable the Async query "ws" mode
I followed the instructions and docs to set up all the config values
…
-
### Class Tymon\JWTAuth\Middleware\GetUserFromToken does not exists
I'm trying to run tests in laravel with JWT-AUTH. I've been able to run test for the login, logout and refresh and everything wor…
-
- Crear el esquema y modelo de usuario con Mongoose.
- Implementar registro de usuario (POST /register).
- Implementar inicio de sesión de usuario (POST /login).
- Implementar autenticación de dos fac…