You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Self-service API tokens (PATs) — models/api_token.js + routes/api_token.js (mounted at /api-token), Bearer-token support in middleware/auth.js, and a create/list/rotate/revoke card on the dashboard. Ports proxy's jmp_<id>_<secret> pattern; unlike proxy's, a jump-host token carries no group claims, so it authenticates as its creator for non-admin routes only (never passes requireAdmin). jump-host previously had no PAT support at all.