-
**Description:**
I encountered an issue when working with JWTs (JSON Web Tokens) in Quarkus. Specifically, when I try to read the updated_at claim from the JsonWebToken, I receive an error if the val…
-
### Custom Claims are persisted
When creating a JWT with custom claims, everything works as expected. However, when creating a new JWT without custom claims, the custom claims still appear.
### Yo…
-
### Plugin(s)
- [ ] Analytics
- [ ] App
- [ ] App Check
- [X] Authentication
- [ ] Crashlytics
- [ ] Cloud Firestore
- [ ] Cloud Functions
- [ ] Cloud Messaging
- [ ] Cloud Storage
- [ ] P…
-
The [security docs](https://connexion.readthedocs.io/en/latest/security.html) and the [JWT example](https://github.com/spec-first/connexion/blob/fcfe151e690c8d8864605ff94923c8b8ce834bfb/examples/jwt/a…
-
### Pitch
Currently mastodon has an endpoint that is `GET /api/v1/accounts/verify_credentials` which returns information on the currently authenticated user. The "standard" way via OIDC would be to s…
-
### Describe the feature
The JWT Authentication feature allows secure and stateless user authentication in a Node.js backend. It works by generating a JSON Web Token (JWT) upon successful login, …
-
## Waarom (kort):
Uit rapport van Gartner "Architect a Modern API Access Control Strategy" ID G00723547 is het sterk aangeraden om het externe OAuth access_token token in te wisselen voor een intern…
-
**Author**: Dima Ponomarenko
### Summary of the feature being proposed
Extend `global:authorization` section of docker config to allow configuring of expected audience value.
Currently, it's poss…
-
Hi
I am using jwt.MapClaims to map claims as below
mappedClaims := claims.(jwt.MapClaims)
where claims is of type jwt.Claims
How to resolve th…
-
https://github.com/golang-jwt/jwt/blob/5ec246c074b71790eec1f2e05b54daf6ec29ec5f/parser_option.go#L97-L105
Would it be possible to add a convenience validator method `jwt.WithSubjects(subjects []s…