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 강의 여러개 보고 시도한 내역
- Host: GitHub
- URL: https://github.com/kingjaeyeon/spring-jwt-security
- Owner: KingJaeYeon
- Created: 2023-06-06T16:45:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T17:33:03.000Z (11 months ago)
- Last Synced: 2025-02-17T11:36:14.295Z (4 months ago)
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
과거에서 결론내린거
PostMen으로 했을 땐 정상적이나 쿠키 세션안쓸거면 모놀스틱에선 불가능해보인다. SPA에서 RESTFUL사용할때 써야할듯지금 정리하면서
코드 보니 JWT랑 시큐리티 같이 쓸려고한거 같은데 지금보니 로그인해서 토큰받아오고 서버사이드에서 html을 내려줘서 바로 새로고침됨과 동시에 받아온 토큰데이터 날아가서 구현못한거같다.