feat: login with apple
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
package defs
|
||||
|
||||
import "github.com/golang-jwt/jwt/v5"
|
||||
|
||||
type UserGettable interface {
|
||||
GetUserID() string
|
||||
GetUserID() int64
|
||||
GetAppleUserID() string
|
||||
GetName() string
|
||||
GetUsername() string
|
||||
GetEmail() string
|
||||
GetIsPrivateEmail() bool
|
||||
GetEmailVerified() bool
|
||||
FromJWTClaims(jwt.MapClaims)
|
||||
ToUser() User
|
||||
ToMap() map[string]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user