feat: add github oauth

This commit is contained in:
2024-11-17 17:54:41 +07:00
parent c8e61ed4aa
commit a6cc450ea7
22 changed files with 419 additions and 74 deletions
+1
View File
@@ -7,6 +7,7 @@ import (
var Models = []interface{}{
&models.User{},
&models.UserSession{},
&models.UserAccount{},
&models.Keychain{},
&models.Host{},
&models.Team{},