-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implementation of Login Process #37
Conversation
src/main/java/com/ays/backend/user/security/JwtUserDetails.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/controller/payload/response/AuthResponse.java
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/controller/payload/response/AuthResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/controller/payload/request/AdminRegisterRequest.java
Show resolved
Hide resolved
src/main/java/com/ays/backend/user/controller/payload/request/AdminRegisterRequest.java
Show resolved
Hide resolved
we want to keep most of these in the jwt token, so can you please revise accordingly? This is the ticket that i'm talking about:
For example the following is how the token should look like, so that you can remove the fields from the response.:
|
I can revise the response object if it should look like this shown below
|
What I have done so far is based on the implementation of login process.
Here is my work step by step