OAuth2 Support

This commit is contained in:
2024-01-30 15:57:49 +08:00
parent f78ccd8d9d
commit 0497e9717b
15 changed files with 442 additions and 47 deletions

View File

@ -14,6 +14,7 @@ func RunMigration(source *gorm.DB) error {
&models.AuthSession{},
&models.AuthChallenge{},
&models.MagicToken{},
&models.ThirdClient{},
); err != nil {
return err
}