illinois/clickin

Google Apps Authentication

sathreddy opened this issue · 2 comments

Set-up Google Apps Authentication

Here's an example of how HackIllinois does Google OAuth: https://github.com/HackIllinois/api/blob/master/services/auth/service/google_service.go

The code is in Go, but the endpoints and logic should be the same.

We should try to abstract away authentication as much as possible, so we can support other means of auth (OAuth or otherwise) later on