ajroot5685 / ajroot5685.github.io

MIT License
0 stars 0 forks source link

posts/spring-interceptor/ #15

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

Spring Security 이해를 위한 Spring Interceptor 예제 살펴보기 | 안정적인 블로그

이 포스팅에서는 스프링을 사용하여 사용자의 인증 여부를 확인하기 위해 보통 Spring Security를 사용합니다. 하지만 이 프레임워크는 거대하기 때문에 처음부터 이해하기는 힘듭니다. 이 포스팅에서는 비슷한 동작 방식을 가진 스프링 인터셉터를 통해

https://ajroot5685.github.io/posts/spring-interceptor/

hwanheejung commented 3 months ago

덕분에 세션에 대해 복습할 수 있었네요~!