support GitHub OAuth 2.0 authentication

This commit is contained in:
MaysWind
2025-10-22 22:18:04 +08:00
parent 81a5585029
commit 4b35103e34
7 changed files with 184 additions and 4 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
export const OAUTH2_PROVIDER_DISPLAY_NAME: Record<string, string> = {
'nextcloud': 'Nextcloud'
}
'nextcloud': 'Nextcloud',
'github': 'GitHub',
};