feat: password reset

This commit is contained in:
2026-05-04 08:33:45 +02:00
parent 2c2459c833
commit 0bbc76be1d
5 changed files with 190 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const (
ScopeActivation = "activation"
ScopeAuthentication = "authentication" // Include a new authentication scope.
ScopePasswordReset = "password-reset"
)
// Define a Token struct to hold the data for an individual token. This includes the