Genti2024 / GenTI-BE

springboot
0 stars 0 forks source link

[FEATURE REQUEST] 자동로그인가능(accessToken 속 유저가 최종회원가입미처리한 최초가입자가 아닌 경우) 여부 api 개발 #91

Closed BYEONGRYEOL closed 2 months ago

BYEONGRYEOL commented 2 months ago

feature describe

앱 최초 실행시 실행할 api로써, 토큰의 유효성 검증은 하지 않고 UserRole 만을 검증합니다. return true if UserRole != OAUTH_FIRST_JOIN return false if UserRole == OAUTH_FIRST_JOIN

screenshots

어디서 쓰는 기능인지 알아볼 수 있는 화면 있으면 도움이 됩니다.

BYEONGRYEOL commented 2 months ago

FE쪽에서 자동로그인을 /reissue api를 통해 수행하도록 함