kyongseo / cycle

cycle: Springboot를 활용한 중고거래 사이트
1 stars 0 forks source link

Spring Security #4

Open kyongseo opened 6 months ago

kyongseo commented 6 months ago

Spring Security


인증(Authentication) vs 인가(Authorization)

둘의 차이는

  1. 인증 (Authentication)을 통해 사용자를 식별하고,
  2. 인가(Authorization)를 통해 시스템 자원에 대한 접근을 통제한다.


시큐리티 필터

image


스프링 시큐리티의 동작 원리

image

Post Method 관련 참고 사항