verdaccio-auth-dyce

A Verdaccio Auth Plugin configured for TeamDyce

Usage no npm install needed!

<script type="module">
  import verdaccioAuthDyce from 'https://cdn.skypack.dev/verdaccio-auth-dyce';
</script>

README

Verdaccio-Auth

This is a Verdaccio Auth Plugin configured to authenticate users against the TeamDyce API

Installation

npm install verdaccio-auth-dyce

Config

Add this to your config.yaml

auth:
    auth-dyce:
        url:
            auth: Authentication Endpoint
        group:
            enable: Boolean (Enable to check group level)
            level: Integer (Minimum Access Level Required)
            name: String (Required) Group name to return in callback

Dependencies

  1. superagent