@salte-auth/salte-auth

WebJar for @salte-auth/salte-auth

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

salte-auth__salte-auth
Last Version

Last Version

3.0.0-rc.9
Release Date

Release Date

Type

Type

jar
Description

Description

@salte-auth/salte-auth
WebJar for @salte-auth/salte-auth
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/salte-auth/salte-auth

Download salte-auth__salte-auth

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/salte-auth__salte-auth/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>salte-auth__salte-auth</artifactId>
    <version>3.0.0-rc.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/salte-auth__salte-auth/
implementation 'org.webjars.npm:salte-auth__salte-auth:3.0.0-rc.9'
// https://jarcasting.com/artifacts/org.webjars.npm/salte-auth__salte-auth/
implementation ("org.webjars.npm:salte-auth__salte-auth:3.0.0-rc.9")
'org.webjars.npm:salte-auth__salte-auth:jar:3.0.0-rc.9'
<dependency org="org.webjars.npm" name="salte-auth__salte-auth" rev="3.0.0-rc.9">
  <artifact name="salte-auth__salte-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='salte-auth__salte-auth', version='3.0.0-rc.9')
)
libraryDependencies += "org.webjars.npm" % "salte-auth__salte-auth" % "3.0.0-rc.9"
[org.webjars.npm/salte-auth__salte-auth "3.0.0-rc.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Authentication for the modern web!

APIDocsDemo

NPM Version NPM Downloads Travis Coveralls

semantic-release

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!

org.webjars.npm

Salte Auth

Authentication for the modern web!

Versions

Version
3.0.0-rc.9
2.14.2