We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f919a1b commit fca695dCopy full SHA for fca695d
auth/jwt.go
@@ -4,7 +4,7 @@ import (
4
"fmt"
5
"os"
6
"time"
7
-
+ "log"
8
"github.com/golang-jwt/jwt/v5"
9
)
10
models/users.go
@@ -1,5 +1,9 @@
1
package models
2
3
+import (
+)
+
type User struct {
ID uint `json:"id" gorm:"primary_key"`
Firebase_UID string `json:"firebase_uid" gorm:"uniqueIndex"`
0 commit comments