Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 228 Bytes

oauth2-example

oauth2 example for Go

$ export GOOGLE_CLIENT_ID="YOUR_GOOGLE_CLIENT_ID"
$ export GOOGLE_CLIENT_SECRET="YOUR_GOOGLE_CLIENT_SECRET"
$ export REDIRECT_URL="http://localhost:8080/callback"
$ go run main.go