Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPassword ¶
func GenerateClientToken ¶
func HashPassword ¶
Types ¶
type Auth ¶
type Auth interface {
Issue(context.Context, ClaimProps) (*string, error)
Verify(context.Context, string) (*Claims, error)
}
func NewAuthSigningMetadata ¶
type ClaimProps ¶
type Claims ¶
type Client ¶
type Client struct {
KmsClient KmsClientIface
KeyId string
SigningAlgorithm string
}
type KmsClientIface ¶
Click to show internal directories.
Click to hide internal directories.