feat(sponsor-panel): add Thoth token issuance card (#1196)
* feat(sponsor-panel): add thoth client
Signed-off-by: Xe Iaso <me@xeiaso.net>
* feat(sponsor-panel): add Thoth token issuance card
Add a self-service dashboard card that lets $1+/month sponsors generate
Thoth API tokens. Uses lazy user creation: on first token generation,
creates a Thoth user via AdminUsers.Create and persists the ID on the
PanelUser model. Subsequent requests skip creation and go straight to
MakeJWT.
Includes empty email guard, HTMX double-click prevention, copy to
clipboard button, and instructional text for Anubis/Botstopper deployment.
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>