Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@salte-auth/bitbucket

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salte-auth/bitbucket

A Salte Auth provider for authenticating with Bitbucket!

latest
Source
npmnpm
Version
3.1.0
Version published
Weekly downloads
21
Maintainers
3
Weekly downloads
 
Created
Source



A Salte Auth provider for authenticating with Bitbucket!

DocsDemo

NPM Version NPM Downloads CI Build Coveralls

semantic-release

Install

$ npm install @salte-auth/bitbucket

Usage

import { SalteAuth } from '@salte-auth/salte-auth';
import { Bitbucket } from '@salte-auth/bitbucket';
import { Redirect } from '@salte-auth/redirect';

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

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

auth.login('bitbucket');

Keywords

salte-auth

FAQs

Package last updated on 06 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts