Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClaimExpiredInKey = "exp" ClaimIssuedAtKey = "iat" ClaimUserKey = "user" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service prepares the interfaces related with this auth service
func NewService ¶
NewService creates a new auth service
Click to show internal directories.
Click to hide internal directories.