add credentials login with secure cookies

This commit is contained in:
Paul Coral
2025-08-22 23:12:01 +02:00
parent 2d3d1f57a7
commit 879b32b946
18 changed files with 251 additions and 31 deletions

View File

@@ -6,10 +6,17 @@ meta {
post {
url: {{BASE_URL}}/auth/credentials
body: none
body: json
auth: inherit
}
body:json {
{
"email": "paul@cowsi.ch",
"password": "Password1234"
}
}
settings {
encodeUrl: true
}