implement email queue

This commit is contained in:
2024-10-06 09:57:29 -05:00
parent a95c0ed9b0
commit bb915f8f0a
19 changed files with 270 additions and 46 deletions

View File

@@ -116,7 +116,7 @@ func ClaimExpired(claims jwt.RegisteredClaims) error {
return errors.New("claim expired")
}
func ResetNKodeToken(userEmail Email, customerId CustomerId) (string, error) {
func ResetNKodeToken(userEmail UserEmail, customerId CustomerId) (string, error) {
resetClaims := ResetNKodeClaims{
true,
jwt.RegisteredClaims{