Verdaccio · Authentication Profile

Verdaccio Authentication

Authentication

Verdaccio secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

npmregistrypackage-managerprivate-registryproxynodejsopen-sourceself-hostedyarnpnpmdockerkubernetes
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/verdaccio-npm-registry-api-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT token issued by Verdaccio on login
  sources:
  - openapi/verdaccio-npm-registry-api-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Auth with registry username and password
  sources:
  - openapi/verdaccio-npm-registry-api-openapi.yml