Verdaccio · Example Payload

Verdaccio Login Request Example

npmregistrypackage-managerprivate-registryproxynodejsopen-sourceself-hostedyarnpnpmdockerkubernetes

Verdaccio Login Request Example is an example object payload from Verdaccio, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idnamepasswordtyperolesdate

Example Payload

Raw ↑
{
  "_id": "org.couchdb.user:alice",
  "name": "alice",
  "password": "s3cr3t",
  "type": "user",
  "roles": [],
  "date": "2024-01-15T10:30:00.000Z"
}