feat: token creation, email templace change, activate user endpoint

This commit is contained in:
2026-04-09 14:05:09 +02:00
parent 120c12a1f1
commit a7cdb9efb1
8 changed files with 300 additions and 15 deletions
@@ -10,8 +10,8 @@ http:
type: json
data: |-
{
"name": "Carol 3",
"email": "carol5@example.com",
"name": "Bob",
"email": "bob@example.com",
"password": "pa55word"
}
auth: inherit