package
0.6.1
Repository: https://github.com/koderover/dex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewEmailVerification creates an object which can be sent to a user in serialized form to verify that they control an email address.
No description provided by the author
No description provided by the author
No description provided by the author
ParseAndVerifyEmailVerificationToken parses a string into a an EmailVerification, verifies the signature, and ensures that required claims are present.
No description provided by the author
ParseAndVerifyPasswordResetToken parses a string into a an PasswordReset, verifies the signature, and ensures that required claims are present.
No description provided by the author
No description provided by the author

# Constants

Claim representing where a user should be sent after verifying their email address.
ClaimEmailVerificationEmail represents the email to be verified.
Claim representing where a user should be sent after responding to an invitation.
ClaimPasswordResetCallback represents where a user should be sent after resetting their password.
ClaimPasswordResetPassword represents the hash of the password to be reset; in other words, the old password.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
An Invitation is a token that can be used for verifying an email address and resetting a password in a single stroke.
No description provided by the author
No description provided by the author
RemoteIdentity represents a User's identity at an IDP.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
UserRepo implementations maintain a persistent set of users.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author