Google Authentication using django and djoser
NOTE : Before we start make sure you have created the django project with simple-jwt configured.
you will get a authorization_url
authorization_url をクリックするとGoogleの認証画面(アカウントを選ぶ)
GETのURLに入れたredirect_urlへ
google will provide you with the access and refresh token for authentication
ログインしたいときは都度、上のGET -> POSTを繰り返す
settings.pyのAUTHENTICATION_BACKENDS