Back to Browse

Java Spring Boot [2024] Part 13: Spring Security (Basic Auth)

3.3K views
Aug 16, 2024
19:17

Join my Patreon: 👉 https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming Maven Link for Spring Boot security: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security Properties file: spring.security.user.name=test spring.security.user.password=test CREATE TABLE custom_user ( username VARCHAR(50) PRIMARY_KEY, password VARCHAR(255) NOT NULL ); 0:00 Intro 0:31 Default Spring Security 2:08 Basic Authorization 4:25 Security Filter Chain & authenticated endpoints 6:49 Cross Site Request Forgery (CSRF) 8:15 Authorities & Security Filter Chain 10:55 Method Level Security & Roles 12:43 User Details in Database #java #javaframework #learnjava #learntocode #javatutorial #javaforbeginners #springboot #springboottutorial #javaspringboot #backendframework #backend #backendwebdevelopment #springsecurity #security #basicauthorization #authorization #username #password

Download

1 formats

Video Formats

360pmp426.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Java Spring Boot [2024] Part 13: Spring Security (Basic Auth) | NatokHD