spring-security
JWT token 인증, 인가 with security filter 종류 설명
張's blog
2022. 1. 20. 16:29
- 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