@salte-auth/redirect

WebJar for @salte-auth/redirect

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0-rc.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать salte-auth__redirect

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

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

Зависимости

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

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

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

A Salte Auth provider for authenticating via Redirect!

DocsDemo

NPM Version NPM Downloads Travis Coveralls

semantic-release

Install

$ npm install @salte-auth/redirect

Usage

import { SalteAuth } from '@salte-auth/salte-auth';
import { GitHub } from '@salte-auth/github';
import { Redirect } from '@salte-auth/redirect';

const auth = new SalteAuth({
  providers: [
    new GitHub({
      clientID: '12345'
    })
  ],

  handlers: [
    new Redirect({
      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!

org.webjars.npm

Salte Auth

Authentication for the modern web!

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

Версия
1.0.0-rc.7