@salte-auth/wso2
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

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');

Package Sidebar

Install

npm i @salte-auth/wso2

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

10.7 kB

Total Files

16

Last publish

Collaborators

  • cecilia-sanare
  • davewoodward
  • salte-bot