소셜로그인 후, 토큰 저장 방식

오픈소스·2023년 10월 7일
0

https://2dowon.github.io/docs/react/social_login/

https://www.mermaidchart.com/raw/91fe40e6-dc28-4fcd-b02b-0e666618226d?version=v0.1&theme=light&format=svg

  • local storage 저장 방식: https://github.com/youngkiu/oauth2-vanilla-js
    REDIRECT_URI는 sub path가 없는 domain root에서만 query string(code)을 가져올 수 있었습니다.

    • domain root path 일 때,
    • domain sub path 일 때,

    passport-oauth2에 설정하는 REDIRECT_URI도 front domain root로 설정해야 합니다.
    그러나, github에서 제공하는 static site는 root path가 아닌데도 동작하였습니다. [id].github.io/[repository]

참고)

0개의 댓글