test+fix auth endpoint

This commit is contained in:
Ean Milligan
2026-04-08 03:08:12 -04:00
parent 3336d1ba7c
commit be8cbb58f3
2 changed files with 33 additions and 6 deletions

23
.bruno/auth user.bru Normal file
View File

@@ -0,0 +1,23 @@
meta {
name: auth user
type: http
seq: 2
}
post {
url: http://localhost:14014/api/auth
body: json
auth: inherit
}
body:json {
{
"name": "teest",
"pin": "1234"
}
}
settings {
encodeUrl: true
timeout: 0
}