0

I have tried the sample app of Quarkus and JWT Security Sample App How can I implement JWT refresh token in Quarkus Framework?

1 Answer 1

0

You have to options here, which are basically the same, you have to invoke keycloak through the rest api in order to get your refresh token. You can do that by using a rest-client, like in here or an adapter, this are your options with the jwt integration.

If you instead use a different dependency like the oidc client you will be able to create new tokens and have more options, check this guide.

Thanks

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.