tails5555 / security-jwt

Spring Security + JWT 개발 사례 정리

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security + JWT

Spring Security 와 JWT 응용을 제대로 파악하기 위해 만든 Repository.

Kotlin 으로 해도 되는데, 번거롭게 Java 로 한 점은 양해 바랍니다.

Points

  • Security Configuration 을 할 때 Adapter 패턴을 적용했음. Adapter 패턴은 이외에 어디서 활용할까?

Questions

  • Spring Security 에서 CORS 를 어떻게 활용할까?
  • Spring Web MVC 에서 CORS 를 어떻게 활용할까?

References

About

Spring Security + JWT 개발 사례 정리


Languages

Language:Java 100.0%