Skip to content

v1.7.0

Choose a tag to compare

@wmantly wmantly released this 28 Jul 00:27
· 93 commits to master since this release
b03fcef

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.