implement and test forget and reset nkode

This commit is contained in:
2025-01-31 10:26:30 -06:00
parent 6dd84e4ca3
commit 9ee27f14cf
7 changed files with 114 additions and 17 deletions

View File

@@ -48,3 +48,9 @@ type User struct {
LastLogin interface{}
CreatedAt sql.NullString
}
type UserPermission struct {
ID int64
UserID string
Permission string
}