feat: add permissions on user create, CORS middleware, cors server playground.

This commit is contained in:
2026-04-24 10:55:40 +02:00
parent d629bd52eb
commit 2fd3a1d57b
8 changed files with 179 additions and 3 deletions
@@ -10,8 +10,8 @@ http:
type: json
data: |-
{
"name": "Bob",
"email": "bob@example.com",
"name": "Grace",
"email": "grace@example.com",
"password": "pa55word"
}
auth: inherit