diff options
| author | ivar <i@oiee.no> | 2025-12-04 00:17:16 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-04 00:17:16 +0100 |
| commit | 724860c272afb7fe5a02645ef1c1b8d208d897f3 (patch) | |
| tree | df9b72b9cd9cc716ceb19a4a9085b8f1ba5b6972 /api/http | |
| parent | 401226a14f3e5ef98b959e818d37683afd7056d9 (diff) | |
| download | what-724860c272afb7fe5a02645ef1c1b8d208d897f3.tar.xz what-724860c272afb7fe5a02645ef1c1b8d208d897f3.zip | |
POC auth in app
Diffstat (limited to 'api/http')
| -rw-r--r-- | api/http/login.http | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/http/login.http b/api/http/login.http index 8ebba0c..2c1438f 100644 --- a/api/http/login.http +++ b/api/http/login.http @@ -11,7 +11,7 @@ POST {{canonical}}/create-user Content-Type: application/json { - "name": "ivarsu", - "email": "ivarsu@oiee.no", - "password": "ivargangertre" + "name": "", + "email": "", + "password": "" } |
