BEOpenSourceCollabs / EventManagementCore

Event management system collaboration project for the Backend Engineering discord.
Apache License 2.0
2 stars 1 forks source link

google sign in #15

Closed awpt1mus closed 2 weeks ago

awpt1mus commented 3 weeks ago

add google sign in support besides traditional sign in / sign up.

Changes needed - add google_id column to user model, update auth service to handle google oAuth / id token verification add endpoints for google sign in / sign up / callback

awpt1mus commented 3 weeks ago

https://github.com/googleapis/google-api-go-client/blob/main/idtoken/validate.go