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

itsubaki/oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OAuth2 example for Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages