Spring Boot + Spring Security + PostgreSQL + JPA - Authenticate Users Stored in Database - Part 2

preview_player
Показать описание
In this video you can learn about how to configure spring security basic authentication to authenticate users using stored in a database using DAO Authentication Provider. At some points it has detailed explanation of classes and process, so please do watch complete video so that you won't miss anything.

This video covers the configuration of Spring Security in order to authenticate users that we have in our database. After completion of this video you will be able to:

1. Configure Spring Security with DAO Authentication
2. Persist Users and Roles in DB
3. Use Password Encoders to Encrypt Password Before Persisting User.
4. Role Based Authentication
Рекомендации по теме
Комментарии
Автор

Can you please turn your subtitles on? I have auditory processing disorder and it's a lot easier to understand instructions when I can read and hear them at the same time.

bonedoggle
Автор

Hi. Can you point me to the link of the source codes plz.

piyushdutta