- JWT 사이트
https://jwt.io/
- refresh token
refresh token 을 해당 아이디에 매핑되게 DB 저장 하거나 refresh token에 해당 아이디 심어 생성 후
refresh token에서 아이디 추출 후 access token 재생성 하는 방법이 있는 것 같음
https://kukekyakya.tistory.com/entry/Spring-boot-access-token-refresh-token-%EB%B0%9C%EA%B8%89%EB%B0%9B%EA%B8%B0jwt
https://llshl.tistory.com/m/32
- access token
https://oingdaddy.tistory.com/206
https://webfirewood.tistory.com/115
- with security filter 종류
https://velog.io/@shinmj1207/Spring-Spring-Security-JWT-%EB%A1%9C%EA%B7%B8%EC%9D%B8
https://daddyprogrammer.org/post/636/springboot2-springsecurity-authentication-authorization/
- oauth2
https://velog.io/@max9106/OAuth2
- oauth2 auth server 중단
https://ozofweird.tistory.com/m/entry/Spring-Boot-Spring-Boot-JWT-OAuth2
'spring-security' 카테고리의 다른 글
AccessDecisionVoters (0) | 2022.02.23 |
---|---|
method security (0) | 2022.02.23 |
A Custom Filter in the Spring Security Filter Chain (0) | 2021.09.07 |
SSO (0) | 2021.08.29 |
http to https redirect (0) | 2020.12.21 |