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

3.1.0 • Public • Published

A Salte Auth provider for authenticating via iframe!

DocsDemo

NPM Version NPM Downloads CI Build Coveralls

semantic-release

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!

Package Sidebar

Install

npm i @salte-auth/iframe

Weekly Downloads

4

Version

3.1.0

License

MIT

Unpacked Size

8.7 kB

Total Files

16

Last publish

Collaborators

  • cecilia-sanare
  • davewoodward
  • salte-bot