feature: Adds logging in support, and fixes permissions.

This commit is contained in:
Tera << 8 2024-04-19 15:43:23 +00:00
parent 0c279b459f
commit a7fd48d732
6 changed files with 136 additions and 14 deletions

View file

@ -0,0 +1,18 @@
meta {
name: Create User
type: http
seq: 1
}
post {
url: http://127.0.0.1:3000/api/v1/users/login
body: json
auth: none
}
body:json {
{
"email": "me@greysoh.dev",
"password": "password"
}
}