Skip to content

ShinnosukeSuzuki/practice-golang-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice-golang-api

APIを作りながら進むGo中級者への道を元にGoを使ってAPIサーバーを構築する練習。

memo

12. ユーザー認証

OAuth同意画面の作成ではprofileだけはなく、openidもスコープに追加する。
IDトークンの確認では以下のようにnonceの値とstateの値を追加する(stateはなくても動作するかもしれないがnonceは必須)。

https://accounts.google.com/o/oauth2/v2/auth?client_id=[クライアントID]&response_type=id_token&scope=openid%20profile&redirect_uri=http://localhost:8080/callback&nonce=random_nonce_value&&state=random_state_value

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages