API Authentication
All API requests must include a valid token in theAuthorization header:
Generating Tokens
Via CLI:Token Format
All tokens are prefixed withjjhub_ and are SHA-256 hashed before storage. Tokens are shown once at creation time.
Authenticate requests to the JJHub API
Authorization header:
jjhub_ and are SHA-256 hashed before storage. Tokens are shown once at creation time.