-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add jwt support #48
Comments
The original examples that Josh and I created only tested OAuth. We should support JWT. It's probably just a matter of adding type hints for classes instantiated with reflection. |
Yes think so too, just wanted to make sure its not related to gradle. |
Refer to jwtk/jjwt#637 (comment) . |
Thanks @linghengqian. Seems not to complicated (but I did say the same about adding gradle support 🤣) |
#59) * add jwt reflect and resource config to support jwt authentication type closes #48 * init thread pool executor for mvc * correct webflux jwt ci config * Initialize async executor at reactive too * add locale to reflect config also for webflux * add additional entry to reflect config Co-authored-by: Marcelo Shima <[email protected]>
@mshima Can you do a the release again? |
@atomfrede done. |
Thanks! |
While poking around with the gradle part I used mostly jwt instead of oauth. Eventually running the native image failed because of missing jjwt classes. Is that only related to gradle or do we only support oauth for now?
The text was updated successfully, but these errors were encountered: