Mandanten, OAuth, Cleanup von der Main Methode.

This commit is contained in:
2025-08-20 16:08:58 +02:00
parent a6570d463a
commit 372dced0a1
16 changed files with 432 additions and 154 deletions

View File

@ -4,4 +4,6 @@ import "gorm.io/gorm"
type User struct {
gorm.Model
Sub string `json:"sub"gorm:"unique"`
Email string
}