You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rohit-zip, I was going through Code, I see there is already an endpoint ["auth-provider/user/"] in UserController to retrieve the userInfo, but it returns the masked information with very few fields.
You want to enhance the DAO layer to return the complete details, is this understanding correct ? as you have mentioned a new ResponsePayload and an existing endpoint.
Issue Description
Objective:
Implement an endpoint to retrieve the logged-in User data following the CQRS pattern, data to get from Elasticsearch
Endpoint:
Request Body:
None
Response Body:
Create a new response in
payloads/response
namedLoggedInUser.java
. Include all variables present in User Entity except PasswordValidations:
@AuthenticationPrincipal
.Rules:
Contact:
Feel free to reach me at any of the below links:
The text was updated successfully, but these errors were encountered: