3.1.0 • Published 3 years ago
@salte-auth/tab v3.1.0
Install
$ npm install @salte-auth/tab
Usage
import { SalteAuth } from '@salte-auth/salte-auth';
import { GitHub } from '@salte-auth/github';
import { Tab } from '@salte-auth/tab';
const auth = new SalteAuth({
providers: [
new GitHub({
clientID: '12345'
})
],
handlers: [
new Tab({
default: true
})
]
});
auth.login('github');
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.0
3 years ago
3.0.4
4 years ago
3.0.3
4 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
1.0.0-rc.2
5 years ago
1.0.0-rc.1
6 years ago