@salte-auth/iframe
v3.1.0
Published
A Salte Auth handler for authenticating via IFrame!
Downloads
13
Readme
Install
$ npm install @salte-auth/iframe
Usage
import { SalteAuth } from '@salte-auth/salte-auth';
import { GitHub } from '@salte-auth/github';
import { IFrame } from '@salte-auth/iframe';
const auth = new SalteAuth({
providers: [
new GitHub({
clientID: '12345'
})
],
handlers: [
new IFrame({
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!