@salte-auth/redirect

WebJar for @salte-auth/redirect

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

salte-auth__redirect
Last Version

Last Version

1.0.0-rc.7
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download salte-auth__redirect

How to add to project

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

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.

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!

Versions

Version
1.0.0-rc.7