Documentation
¶
Index ¶
Constants ¶
View Source
const ( IDClaimName = "id" ExpClaimName = "exp" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AccessLevel ¶
type AccessLevel string
type BasicJWTClaims ¶
type VerifyProxy ¶
type VerifyProxy interface {
NewVerificationRequest() (*uuid.UUID, string, error)
VerifyCallback(*requests.VerificationCallbackRequest) error
GetJWZToken(uuid.UUID) (string, error)
}
func NewVerifyProxy ¶
func NewVerifyProxy(cfg config.Config) VerifyProxy
Click to show internal directories.
Click to hide internal directories.