Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Google OAuth2 client authentication #7

Open
vitorarins opened this issue Feb 23, 2017 · 5 comments
Open

Add Google OAuth2 client authentication #7

vitorarins opened this issue Feb 23, 2017 · 5 comments

Comments

@vitorarins
Copy link
Collaborator

No description provided.

@fernandoguedes
Copy link

The golang provides a lib to authetication using oauth2: https://godoc.org/golang.org/x/oauth2

@i4ki
Copy link

i4ki commented Feb 25, 2017

AFAIK this lib is client-only. There's other libraries supporting client & server in Go, but not official ones.

@vitorarins
Copy link
Collaborator Author

Oh, I will update the issue title. We are actually looking for Google's OAuth authentication, not just OAuth.

@vitorarins vitorarins changed the title Add OAuth authentication Add Google OAuth authentication Feb 25, 2017
@i4ki
Copy link

i4ki commented Feb 25, 2017

google oauth uses oauth2, no?

@vitorarins
Copy link
Collaborator Author

Yess! Thanks for pointing that out 😉

@vitorarins vitorarins changed the title Add Google OAuth authentication Add Google OAuth2 client authentication Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants