How can I send additional data in response json after successful JWT authentication #9755
Unanswered
eartisto-MP
asked this question in
Q&A
Replies: 1 comment 1 reply
-
do you have an example which reproduces what you want to do in Micronaut Framework 4 which used to work in Micronaut Framework 3 ? I am not aware this has changed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Micronaut 4.0.2.
After successful JWT authentication, I want to send some user info after usual accessToken, refreshToken, etc. I tried passing attributes to AuthenticationReponse.success method, but that doesn't seems to work.
I have used this technique in micronaut 3.7.x. So I know it used to work.
Any help is much appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions