-
**Description**
We need to implement a simple **cookie-based authentication** system for the platform, allowing users to sign up and sign in. We will manage the **access token** using cookies to ma…
-
We have been using Microsoft.Owin.Security.MicrosoftAccount 4.2.2 for performing Microsoft login. The Email property from external login info was used to identify the user, but it seems like it return…
-
I am using firebase purely as an authentication provider, with a separate database as a source of truth for user roles. I am trying to set claims in the session cookie on login or session creation, si…
-
### Subject of the issue
I am looking for some help to enable Basic Auth with JWT without Dingo or Passport support. This is done to build a web client without using Angular or another javascript fra…
-
### Environment
```
System:
OS: Linux 5.15 Ubuntu 20.04 LTS (Focal Fossa)
CPU: (6) x64 Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
Memory: 4.23 GB / 7.73 GB
Container: Yes
Shel…
ks4na updated
1 month ago
-
## Problem:
I have a JWT token provided and verifyToken mutation is working properly with provided token
BUT when I set the Authorization header as "JWT \" it raises error with message "You do not h…
-
-
- write signJWT, verifyJWT functions
- write validatePermissions function
- break routes into protected and unprotected routes
- adjust router logic to pass request through jwt flow or process route
-
I am currently receiving the error mentioned above when I try to compile code utilizing a TokenSigner, however did not receive any such error when using a CookieSigner. This only began after recently…
-
Feature request:
Similar to how Swagger UI Docs have an Authorize button at the top, where the user can paste in a bearer Authorization token into the request headers, is it possible to add an Auth…