MENU

Fun & Interesting

Spring Security JDBC: How to authenticate against a database in Spring Boot

Dan Vega 29,459 3 years ago
Video Not Working? Fix It Now

Learn how to authenticate against a database in Spring Boot. In previous tutorials, I have used an in-memory user which works great for demos and proof of concepts but doesn't work for production. What happens when you move your users to a database? You could start from scratch or use the JdbcUserDetailsManager class which is built-in to Spring Security. 🔗Resources & Links mentioned in this video: Github: https://github.com/danvega/jdbc-users WebSecurityConfigurerAdapter Changes: https://youtu.be/s4X4SJv2RrU 👋🏻Connect with me: Website: https://www.danvega.dev Twitter: https://twitter.com/therealdanvega Github: https://github.com/danvega LinkedIn: https://www.linkedin.com/in/danvega Newsletter: https://www.danvega/dev/newsletter SUBSCRIBE TO MY CHANNEL: http://bit.ly/2re4GH0 ❤️

Comment