feat: initial commit

This commit is contained in:
2025-06-15 14:46:32 +02:00
parent 85f0bc1024
commit c50d1858f2
25 changed files with 2002 additions and 55 deletions

View File

@ -1,7 +1,7 @@
package auth
type User struct {
ID string
Email string
Provider string
AccessToken string
IDToken string