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

@ -24,6 +24,8 @@ export interface MeUser extends User {
discord_username: string | null;
tumblr: string | null;
tumblr_username: string | null;
google: string | null;
google_username: string | null;
fediverse: string | null;
fediverse_username: string | null;
fediverse_instance: string | null;

View file

@ -16,6 +16,7 @@ export interface MetaResponse {
export interface UrlsResponse {
discord: string;
tumblr: string;
google: string;
}
export interface ExportResponse {