I'm devoloping an application using Spring Boot , Spring Data and Angular JS , I'm looking for a good tutorial to help me deal with authentication with spring security (it's my first time to use it ) .
when a User (from my database) logs in , he will find his personal data. what I mean is for example like in facebook home page ,the user's name is shown on the topbar , he can see his profil ...
Can you please recommend to me a good example .