Development

Authentication process - Google SSO

The authentication process using Google ID tokens - high level design document

Read
Development

RSA 서명 및 JWK 를 사용한 JWT 생성

RSA 서명 및 JWK를 사용하여 JWT을 생성하고 확인하는 과정

Read
Development

알림 서비스 디자인 문서

알림 서비스는 사용자가 관심 있는 서비스의 상태 변화 정보를 실시간으로 받아볼 수 있는 서비스이다.

Read
Development

JWT발급, 인증 필터

스프링시큐리티 + 로그인 후 JWT 발급 필터 + JWT 인증, 권한 부여 필터

Read