feat(auth): #154 send verification mails
This commit is contained in:
11
types/types.go
Normal file
11
types/types.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package types
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type User struct {
|
||||
Id uuid.UUID
|
||||
Email string
|
||||
SessionId string
|
||||
EmailVerified bool
|
||||
SessionValid bool
|
||||
}
|
||||
Reference in New Issue
Block a user