Closed sangw00-jeong closed 3 years ago
access token์ ๋ฐ์์ค๋ ๊ณผ์ ์์ url hash ๋ถ๋ถ์ access token ์ ์ฅ๋์ด ์์ ์๋ฒ์์ ํ์ธํ ์๊ฐ ์์ต๋๋ค.
callback์ ํด๋ผ์ด์ธํธ์์ ๋ฐ์์ผ ํ ๊ฒ ๊ฐ์ต๋๋ค.
์์ฒญ url : https://accounts.google.com/o/oauth2/v2/auth? scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly& include_granted_scopes=true& response_type=token& state=state_parameter_passthrough_value& redirect_uri=http%3a%2f%2flocalhost%3a4000%2fapi%2fauth%2fcallback%2fgoogle& client_id=809803533650-dt64okru7f3fnfjb1ntl8g9dhlqbu9p4.apps.googleusercontent.com
@boostcamp-2020/AccountBook_F
response_type์ด code๊ฐ ๋์ด์ผ ํ ๊ฒ ๊ฐ์ต๋๋ค.
gogole_login_docs
์๋ ผ๊ฑฐ๋ฆฌ ๐ค
access token์ ๋ฐ์์ค๋ ๊ณผ์ ์์ url hash ๋ถ๋ถ์ access token ์ ์ฅ๋์ด ์์ ์๋ฒ์์ ํ์ธํ ์๊ฐ ์์ต๋๋ค.
callback์ ํด๋ผ์ด์ธํธ์์ ๋ฐ์์ผ ํ ๊ฒ ๊ฐ์ต๋๋ค.
์์ฒญ url : https://accounts.google.com/o/oauth2/v2/auth? scope=https%3A//www.googleapis.com/auth/drive.metadata.readonly& include_granted_scopes=true& response_type=token& state=state_parameter_passthrough_value& redirect_uri=http%3a%2f%2flocalhost%3a4000%2fapi%2fauth%2fcallback%2fgoogle& client_id=809803533650-dt64okru7f3fnfjb1ntl8g9dhlqbu9p4.apps.googleusercontent.com
๋ฉ์
@boostcamp-2020/AccountBook_F