0.0.7 • Published 5 years ago

verdaccio-appsolutegeek-auth v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

verdaccio-delegated-auth

verdaccio(sinopia) authentication plugin that delegates authentication to another HTTP URL, Support RESTful and JSON-RPC

Installation

$ npm install verdaccio-delegated-auth

Config

Add to your config.yaml:

auth:
  # htpasswd:
  #   file: ./htpasswd
  delegated-auth:
    url: https://your-auth-api/
    user_key: name # username field, default: username
    pwd_key: password # password field, default: password
0.0.7

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago