Authorization server에서 authorization code가 전송됩니다. 서버에서 authorization code와 access token의 교환이 이루어집니다. 서버에 client secret을 등록된 상태여야 합니다.

Sign in with Google(Implicit flow)

Access token이 Authorization Server에서 client로 직접 전송됩니다. 따라서 서버에 client secret을 등록하지 않아도 됩니다

Sign in with Apple