feat: add google oauth
This commit is contained in:
parent
e6c7954a88
commit
488544dd5f
17 changed files with 685 additions and 21 deletions
6
scripts/migrate/014_google_oauth.sql
Normal file
6
scripts/migrate/014_google_oauth.sql
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue