-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
quarkus-smallrye-jwt should provide JWT creation API #5341
Comments
See a new draft PR at smallrye/smallrye-jwt#158 |
Great addition! But I think io.smallrye.jwt.build.impl.JwtProviderImpl (i.e. its no-args constructor) must be registered for reflection to be usable in native images:
As a workaround, I added an entry in my reflection config file. |
Congratulations for this, and helping smallrye's contributors implement this feature. I want to update the guides on JWT please someone give me direction. |
@sbeigel it is a late comment, sorry, it has been fixed I believe in the latest releases. |
Thanks. I will update once everything is ready. Nice work so far.
…On Mon, Jun 15, 2020, 12:48 sberyozkin ***@***.***> wrote:
@sbeigel <https://github.com/sbeigel> it is a late comment, sorry, it has
been fixed I believe in the latest releases.
@patoessy <https://github.com/patoessy> Hi, thanks, I still recall I
promised to ping you to help with the docs, I've added a few, but I'm doing
few more optimizations and once they are done and doc-ed I'll ping you for
help to test and check the docs, cheers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5341 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3RIRX3HYT3IXLOJUBSNFTRWXU6JANCNFSM4JK4LEQA>
.
|
Description
The users should use
smallrye-jwt
API to easily create JWTs to test or use when self-issued tokens are acceptableImplementation ideas
smallrye-jwt
will provide it, see smallrye/smallrye-jwt#137The text was updated successfully, but these errors were encountered: