3.0.10 • Published 3 years ago
@salte-auth/salte-auth v3.0.10
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
3 years ago
3.1.8
4 years ago
3.1.7
4 years ago
3.1.6
4 years ago
3.1.5
5 years ago
3.1.4
5 years ago
3.1.3
5 years ago
3.1.2
5 years ago
3.1.1
5 years ago
3.0.3
5 years ago
3.1.0
5 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
3.0.0-rc.15
5 years ago
3.0.0-rc.14
5 years ago
3.0.0-rc.13
5 years ago
3.0.0-rc.12
6 years ago
3.0.0-rc.11
6 years ago
3.0.0-rc.10
6 years ago
3.0.0-rc.9
6 years ago
2.14.2
6 years ago
2.14.1
6 years ago
3.0.0-rc.8
6 years ago
3.0.0-rc.7
6 years ago
3.0.0-rc.6
6 years ago
3.0.0-rc.5
6 years ago
3.0.0-rc.4
6 years ago
3.0.0-rc.3
6 years ago
2.14.0
6 years ago
3.0.0-rc.2
6 years ago
3.0.0-rc.1
6 years ago
2.13.6
6 years ago
2.13.5
6 years ago