Add first google auth

This commit is contained in:
Achim Rohn
2025-09-17 14:58:13 +02:00
parent ad363251e4
commit 2a3506d21b
20 changed files with 2614 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
package google
import "golang.org/x/oauth2"
type Credentials struct {
Token oauth2.Token `json:"token"`
}