Socket
Book a DemoInstallSign in
Socket

@salte-auth/wso2

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/wso2

A Salte Auth provider for authenticating with WSO2!

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
3
Created
Source



A Salte Auth provider for authenticating with WSO2!

DocsDemo

NPM Version NPM Downloads CI Build Coveralls

semantic-release

Install

$ npm install @salte-auth/wso2

Usage

import { SalteAuth } from '@salte-auth/salte-auth';
import { WSO2 } from '@salte-auth/wso2';
import { Redirect } from '@salte-auth/redirect';

const auth = new SalteAuth({
  providers: [
    new WSO2({
      url: 'https://wso2.salte.io',
      clientID: '5h3_E8sO839B9DZBkJIOz9RVziQa'
    })
  ],

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

auth.login('wso2');

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