JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q31786F
  • License Apache-2.0

Authenticate on verdaccio using kuzzle credentials

Package Exports

  • verdaccio-kuzzle
  • verdaccio-kuzzle/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (verdaccio-kuzzle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

About

Verdaccio kuzzle

This is the official Kuzzle verdaccio authentication plugin.

This plugins allows you to connect to verdaccio packages proxy registry using kuzzle users.

Kuzzle

Kuzzle is an open-source backend that includes a scalable server, a multiprotocol API, an administration console and a set of plugins that provide advanced functionalities like real-time pub/sub, blazing fast search and geofencing.

Compatibility matrix

Kuzzle Version Plugin Version
>= 2 1.x.x

Tests

To test it with a local kuzzle

docker-compose up --build
  • Then Kuzzle should be up at port 7512
  • Then Verdaccio should be up at port 4873
  1. Create a user on kuzzle, then try to login with it on verdaccio UI.