-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apple 로그인 개발 #1
Comments
API 설계use 케이스
access_token을 갱신할 시점을 알기 위해 등록 시간도 함께 저장한다. 테이블 설계
Request : appleUserId, appleAccessToken |
개발 고민 사항
|
문제가 되는 상황 apple에서 access token 발급 받기
apple이 하루에 1번 넘게 refresh_token 을 검증하지 말라고 가이드 accessToken을 통해서 apple에서 사용자 정보를 받아오기 힘듬. |
User 로그인Request
Response
회원가입Request
Response
내 정보 조회Request
Response
특정 유저 정보 조회Request
Response
{jwtToken} 이 잘못된 경우 / 만료됐을 경우: 401 사용자 정보 리스트Request
Response
{jwtToken} 이 잘못된 경우 / 만료됐을 경우: 401 회원 탈퇴Request
Response
토큰 refreshRequest
Response
|
JWT 발급 및 사용 순서
|
참고 자료
https://hwannny.tistory.com/71
https://whitepaek.tistory.com/61
https://darkstart.tistory.com/117?category=871909
jwt인증
https://tansfil.tistory.com/59?category=255594
rest template
https://advenoh.tistory.com/46
The text was updated successfully, but these errors were encountered: