Clowder Admin Portal
JWT-authenticated administration interface.
How to authenticate
- POST to
/loginwith JSON{"username": "...", "password": "..."} - Use the returned JWT as
Authorization: Bearer <token> - Access
GET /adminwith your token
Known users
| Username | Password | Role |
|---|---|---|
| staff | meow123 | staff |
Admin credentials are not publicly known.