Socket
Book a DemoInstallSign in
Socket

@salte-auth/iframe

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salte-auth/iframe

A Salte Auth handler for authenticating via IFrame!

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
3
Created
Source



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!

Keywords

salte-auth

FAQs

Package last updated on 06 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts