Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT Support #388

Open
keilw opened this issue Nov 11, 2022 · 0 comments
Open

JWT Support #388

keilw opened this issue Nov 11, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@keilw
Copy link
Member

keilw commented Nov 11, 2022

There are feature requests in Jakarta Security around JWT, but as mentioned, the Jakarta-consuming Microprofile JWT RBAC is not consumable by Jakarta Security or other specs at least on the API/Spec level.

Also while providing CDI wiring, MP JWT does not standardize decoding or encoding JWT similar to e.g. Spring Security Oauth2 JWT or
JJWT.

Beside that unlike Spring and others MP JWT also does not cover the JOSE Header as of now.

Could:

  • JsonWebToken (or Jwt)
  • JwtDecoder (or JwtParser)
  • JwtEncoder (or JwtGenerator/Builder)
  • Claims
  • Headers

be standardized here under a "jwt" package or module?

@keilw keilw added the enhancement New feature or request label Nov 11, 2022
@keilw keilw added this to the 2.2 milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant