nhnacademy-celine / celine-auth

1 stars 0 forks source link

인증서버 시퀀스, 클래스 다이어그램 설계 #2

Open devel0624 opened 3 months ago

devel0624 commented 3 months ago

다이어그램

클래스

클래스 다이어그램 - 로그인 클래스 다이어그램 - 인증코드 클래스 다이어그램 - 토큰

시퀀스

로그인

01  시퀀스다이어그램 - 로그인

인증코드

02  시퀀스 다이어그램 - 인증코드 발급 03  시퀀스 다이어그램 - 인증코드 검증

토큰

04  시퀀스다이어그램 - 토큰 발급 05  시퀀스 다이어그램 - 토큰 이용

devel0624 commented 3 months ago

다이어그램

클래스 다이어그램

ClassDiagram!AuthuticationCodeDiagram_8 ClassDiagram!LoginClassDiagram_7 ClassDiagram!TokenClassDiagram_6

시퀀스 다이어그램

로그인

SDs!로그인!01!통상 로그인 절차_1

인증코드

발급

SDs!인증 코드!02!인증코드 발급_2

검증

SDs!인증 코드!03!인증코드 검증_3

토큰

발급

SDs!토큰!04!토큰 발급 절차_4

이용

SDs!토큰!05!토큰 이용 절차_5