Skip to content
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

[AWS Cognito] 로그아웃 로직 구현 #5

Open
sonypark opened this issue Nov 4, 2019 · 0 comments
Open

[AWS Cognito] 로그아웃 로직 구현 #5

sonypark opened this issue Nov 4, 2019 · 0 comments
Assignees
Labels
features Service features

Comments

@sonypark
Copy link
Owner

sonypark commented Nov 4, 2019

목표

Cognito 서비스를 이용하여 로그아웃 기능을 구현한다.

프로세스

  1. 로그아웃 버튼을 누르면 해당 유저의 세션을 지우고 로그아웃 url로 리다이렉트 한다.

Logout and Redirect Back to Client

GET https://lunchsquad.auth.ap-northeast-2.amazoncognito.com/logout?client_id=62iskvnkmva2s0i7i37766ouim&logout_uri=http://localhost:3000/?redirect=true

참고 링크

https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html

@sonypark sonypark added the features Service features label Nov 4, 2019
@sonypark sonypark self-assigned this Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features Service features
Projects
None yet
Development

No branches or pull requests

1 participant