Showing Current User Info
Explore how to display the current user's information on a web page using Spring Security and Thymeleaf. Understand how to use the UserDetails implementation to show usernames, display names, and roles dynamically in your application's interface.
We'll cover the following...
We'll cover the following...
Application user details
We have seen in the earlier modules that we can show the username on a Thymeleaf page using ...