sinopia-gitlab-auth

0.0.1 • Public • Published

Sinopia TFS Auth Plugin

travis badge

Authenticates the user using a gitlab PAT as password. The username entered is checked against the gitlab username.

The groups of the user are returned as groups.

Installation

$ npm install sinopia
$ npm install sinopia-gitlab-auth

Config

Add to your config.yaml:

auth:
  gitlab-auth:
    url: https://gitlab.com/api
 
packages:
  '@groupName/*':
    access: 'groupName'
    publish: admin

/sinopia-gitlab-auth/

    Package Sidebar

    Install

    npm i sinopia-gitlab-auth

    Weekly Downloads

    4

    Version

    0.0.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • rwthapp