An open API service indexing awesome lists of open source software.

https://github.com/kingjaeyeon/spring-jwt-security

spring , jwt, security 강의 여러개 보고 시도한 내역
https://github.com/kingjaeyeon/spring-jwt-security

Last synced: about 1 month ago
JSON representation

spring , jwt, security 강의 여러개 보고 시도한 내역

Awesome Lists containing this project

README

        

과거에서 결론내린거
PostMen으로 했을 땐 정상적이나 쿠키 세션안쓸거면 모놀스틱에선 불가능해보인다. SPA에서 RESTFUL사용할때 써야할듯

지금 정리하면서
코드 보니 JWT랑 시큐리티 같이 쓸려고한거 같은데 지금보니 로그인해서 토큰받아오고 서버사이드에서 html을 내려줘서 바로 새로고침됨과 동시에 받아온 토큰데이터 날아가서 구현못한거같다.