3.1.0 • Published 2 years ago

@salte-auth/gitlab v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM Version NPM Downloads CI Build Coveralls

semantic-release

Install

$ npm install @salte-auth/gitlab

Usage

import { SalteAuth } from '@salte-auth/salte-auth';
import { GitLab } from '@salte-auth/gitlab';
import { Redirect } from '@salte-auth/redirect';

const auth = new SalteAuth({
  providers: [
    new GitLab({
      clientID: '12345'
    })
  ],

  handlers: [
    new Redirect({
      default: true
    })
  ]
});

auth.login('gitlab');
3.0.10

2 years ago

3.1.0

2 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

1.0.0-rc.1

5 years ago