feature: Adds permission system.

This commit is contained in:
Tera << 8 2024-04-19 12:48:40 +00:00
parent be91aafb58
commit 0c279b459f
6 changed files with 122 additions and 8 deletions

View file

@ -6,6 +6,14 @@ meta {
post {
url: http://127.0.0.1:3000/api/v1/users/create
body: none
body: json
auth: none
}
body:json {
{
"name": "Greyson Hofer",
"email": "me@greysoh.dev",
"password": "password"
}
}