Deletes all expired tokens
Deletes all expired tokens
Note: If you do not plan to use the UsernamePassword provider just provide an empty implementation
Deletes a token
Deletes a token
Note: If you do not plan to use the UsernamePassword provider just provide an empty implementation
the token id
Finds a SocialUser that maches the specified id
Finds a SocialUser that maches the specified id
the user id
an optional user
Finds a Social user by email and provider id.
Finds a Social user by email and provider id.
Note: If you do not plan to use the UsernamePassword provider just provide an empty implementation.
- the user email
- the provider id
Finds a token
Finds a token
Note: If you do not plan to use the UsernamePassword provider just provide an empty implementation
the token id
Saves a token.
Saves a token. This is needed for users that are creating an account in the system instead of using one in a 3rd party system.
Note: If you do not plan to use the UsernamePassword provider just provide an empty implementation
The token to save
A string with a uuid that will be embedded in the welcome email.
Saves the user.
Saves the user. This method gets called when a user logs in. This is your chance to save the user information in your backing store.