illinois / clickin

Open Source Polling App
University of Illinois/NCSA Open Source License
14 stars 44 forks source link

Google Apps Authentication #36

Open sathreddy opened 4 years ago

sathreddy commented 4 years ago

Set-up Google Apps Authentication

brianstrauch commented 4 years ago

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.

benpankow commented 4 years ago

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