-
### Checklist
- [X] I have looked into the [README](https://github.com/auth0/go-jwt-middleware#readme) and have not found a suitable solution or answer.
- [X] I have looked into the [documentation…
-
### Describe the bug
Testing this scenario: https://www.rabbitmq.com/docs/oauth2-examples-proxy produces that rabbitmq container doesn't boot up:
`2024-10-10 15:03:13.181787+00:00 [error] auth_oa…
-
**This is a genuine question with zero sarcasm.**
I am actively investigating to retire simple jwt and implement our own JWT generation/validation code since I am not sure if this repo is actively …
-
## JWT Issue validation
### Description
Correct the JWT issue validation.
### Observed versions
`1.53.3`
### Affects versions
TBD
### Community guidelines
All issues filed in this r…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I’ve encountered an issue with the JWT plugin when using multiple secrets under a KongC…
-
When trying to do curl [GET] request to validate:
```
{
"jwt": {
"exp": 1606240095,
"iat": 1606236495,
"iss": "acme.com",
"jti": "XXXXXX-XXXX-XXXX-XXXX-XXX…
-
Code is here, but has to be put in properly:
https://github.com/codecomet-io/kohoutek/blob/main/app/src/lib/verify-authentication.server.ts#L74
1. key should be loaded only once, at startup
2.…
-
**Description:**
The current implementation in `pages/api/validate-admin-jwt.ts` logs the JWT contents when a JWT fails validation. This poses a risk of sensitive data exposure, as JWTs often contain…
-
### Gloo Edge Product
Open Source
### Gloo Edge Version
1.14.x
### Is your feature request related to a problem? Please describe.
Currently, in Gloo Edge the order of evaluation between WAF and J…
-
Due to the way JWT access token verification is performed, an ID token can be passed into a secured endpoint as an access token and it is accepted.
Relevant code: https://github.com/anvilresearch/con…