feat: add google oauth

This commit is contained in:
Sam 2023-04-18 22:52:58 +02:00
parent e6c7954a88
commit 488544dd5f
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
17 changed files with 685 additions and 21 deletions

View file

@ -0,0 +1,6 @@
-- +migrate Up
-- 2023-04-18: Add Google oauth
alter table users add column google text null;
alter table users add column google_username text null;