Complete SSO (user model, error cases, tests, views) & Add github provider

This commit is contained in:
Bubka
2023-12-09 17:22:24 +01:00
parent 717bef16f7
commit 9ff35195f0
28 changed files with 488 additions and 79 deletions

View File

@@ -13,6 +13,7 @@ export const useUserStore = defineStore({
return {
name: undefined,
email: undefined,
oauth_provider: undefined,
preferences: window.defaultPreferences,
isAdmin: false,
}