feat: token based authentication, authenticate route, token storage

This commit is contained in:
2026-04-10 14:01:03 +02:00
parent a7cdb9efb1
commit b2244fef58
10 changed files with 251 additions and 7 deletions
@@ -0,0 +1,22 @@
info:
name: Authenticate
type: http
seq: 1
http:
method: POST
url: "{{URL}}/v1/tokens/authentication"
body:
type: json
data: |-
{
"email": "bob@example.com",
"password": "pa55word"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5