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
This project has been beneficial for authentication compared to other open-source options. However, I'm facing an issue retrieving the user list as I get an access denied exception. I've tried accessing it with and without passing authentication, but the problem persists. Can you please guide me on how to resolve this? Thank you!
The text was updated successfully, but these errors were encountered:
Write a Jpa query inside UserRepository and make the return type as List. In controller class, write return response entity of type list of Users as new ResponseEntity<List<User>>(users, HttpStatus.OK). Feel free to make a thread of it as it benefits others and me as well to discuss and learn.
Hello Team,
This project has been beneficial for authentication compared to other open-source options. However, I'm facing an issue retrieving the user list as I get an access denied exception. I've tried accessing it with and without passing authentication, but the problem persists. Can you please guide me on how to resolve this? Thank you!
The text was updated successfully, but these errors were encountered: