1.0.3 • Published 3 years ago

login-esignet-button v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

login-esignet-button

Renders a button that will navigate the user to esignet website for authentication. Follows Open Id connect protocol.

Installation

# using npm
npm install login-esignet-button

# using yarn
yarn add login-esignet-button

Usage

# using require
const { NavigateToEsignet } = require('login-esignet-button');

# using import
import { NavigateToEsignet } from 'login-esignet-button';

Example

<NavigateToEsignet esignet_url={uri_UI}/>
1.0.3

3 years ago

1.0.0

3 years ago