🐱 Clowder Admin

Clowder Admin Portal

JWT-authenticated administration interface.

How to authenticate

  1. POST to /login with JSON {"username": "...", "password": "..."}
  2. Use the returned JWT as Authorization: Bearer <token>
  3. Access GET /admin with your token

Known users

UsernamePasswordRole
staffmeow123staff

Admin credentials are not publicly known.