-
## Description
There are currently two issues with JWTs
- They are not invalidated post logouts
- They are not validated centrally through an API
- They cannot include custom fields that are c…
-
-
-
per changes here: https://github.com/oauth-wg/oauth-sd-jwt-vc/pull/268
-
Hi all,
Can there be jwt support for php8.1, if not is there a way I can downgrade to a working jwt version? My justification is that php8.1 is a support php version.
I get this running composer…
-
how i can crate the jwt token for the project
-
I have an AWS NLB with SSL offloading which sends that traffic to port 8080. The request flows through fine, but the JWT verification is not working. I would expect a 401, but get a 200 returned from …
-
In https://github.com/harmony-one/pump.fun.backend/blob/ab2b9d998192af015d2ab2f520e9711f93f0e645/src/user/user.service.ts#L72, the function is named as a get-only function (i.e. pure), but in fact it …
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
I updated ist…
-
- [x] 1. Add a JWT creation
- [x] 2. Add a JWT verification
- [x] 3. Add JWT auth in the Login
- [x] 4. Protect routes with JWT
- [x] 5. Add a Middleware Function to check if a user is an Admin
-…