Generic Function Get-Password-Reset-Token (2 methods)

( get-password-reset-token < user-token > &key < store > < validity-duration > (validity-duration *default-token-validity*) (store *default-password-store*) )

Part of:

package cl-password-store

Create a new password reset token, register it for USER-TOKEN (replacing a possibly-existing old one) in STORE (default: default-password-store), and note that it will after VALIDITY-DURATION (default: default-token-validity), a duration as created by clsql:make-duration. Returns a string, the token.

Method Summary

get-password-reset-token < string > 
get-password-reset-token < user-token-mixin