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

3.0.10 • Public • Published

Authentication for the modern web!

APIDocsDemo

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!

Package Sidebar

Install

npm i @salte-auth/salte-auth

Weekly Downloads

929

Version

3.0.10

License

MIT

Unpacked Size

366 kB

Total Files

100

Last publish

Collaborators

  • cecilia-sanare
  • davewoodward
  • salte-bot