Add /auth/login

This commit is contained in:
2026-06-01 09:15:08 -06:00
parent 925195ec13
commit defe79d242
7 changed files with 266 additions and 5 deletions

5
scripts/login Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
curl -s -X POST http://localhost:8080/auth/login \
-H "Content-Type: application/json" \
-d '{"username": "starkey", "password": "password"}'