Open vitorarins opened 7 years ago
AFAIK this lib is client-only. There's other libraries supporting client & server in Go, but not official ones.
Oh, I will update the issue title. We are actually looking for Google's OAuth authentication, not just OAuth.
google oauth uses oauth2, no?
Yess! Thanks for pointing that out :wink:
The
golang
provides a lib to authetication usingoauth2
: https://godoc.org/golang.org/x/oauth2