@salte-auth/salte-auth

WebJar for @salte-auth/salte-auth

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

salte-auth__salte-auth
Последняя версия

Последняя версия

3.0.0-rc.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

@salte-auth/salte-auth
WebJar for @salte-auth/salte-auth
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать salte-auth__salte-auth

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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!

Версии библиотеки

Версия
3.0.0-rc.9
2.14.2