3.0.10 • Published 2 years ago

@salte-auth/salte-auth v3.0.10

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

NPM Version NPM Downloads CI Build Coveralls

semantic-release

Install

$ npm install @salte-auth/salte-auth

Usage

import { SalteAuth } from '@salte-auth/salte-auth';
import { Auth0 } from '@salte-auth/auth0';
import { Tab } from '@salte-auth/tab';

// Configure SalteAuth with Auth0's url and client id.
const auth = new SalteAuth({
  providers: [
    new Auth0({
      url: 'https://salte-os.auth0.com',
      clientID: '9JTBXBREtckkFHTxTNBceewrnn7NeDd0'
    })
  ],

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

// Display an iframe to the user that allows them to login
auth.login('auth0');

Known Issues

These are issues that we know about, but don't have a clear fix for!

There are currently no known issues, thanks for checking!

3.0.10

2 years ago

3.1.8

3 years ago

3.1.7

3 years ago

3.1.6

3 years ago

3.1.5

3 years ago

3.1.4

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.0.3

4 years ago

3.1.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

3.0.0-rc.15

4 years ago

3.0.0-rc.14

4 years ago

3.0.0-rc.13

4 years ago

3.0.0-rc.12

4 years ago

3.0.0-rc.11

4 years ago

3.0.0-rc.10

4 years ago

3.0.0-rc.9

5 years ago

2.14.2

5 years ago

2.14.1

5 years ago

3.0.0-rc.8

5 years ago

3.0.0-rc.7

5 years ago

3.0.0-rc.6

5 years ago

3.0.0-rc.5

5 years ago

3.0.0-rc.4

5 years ago

3.0.0-rc.3

5 years ago

2.14.0

5 years ago

3.0.0-rc.2

5 years ago

3.0.0-rc.1

5 years ago

2.13.6

5 years ago

2.13.5

5 years ago