feat: initial commit

This commit is contained in:
2025-06-13 16:55:46 +02:00
parent 1fb753469e
commit 85f0bc1024
23 changed files with 11758 additions and 45 deletions

View File

@ -5,4 +5,5 @@ type User struct {
Provider string
AccessToken string
IDToken string
Name string
}