This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
Timo Hocker 5ec975739d
Some checks failed
continuous-integration/drone/push Build is failing
fix
2020-07-19 14:01:17 +02:00
2020-05-17 17:31:15 +02:00
2020-07-10 08:24:40 +02:00
fix
2020-05-06 10:08:53 +02:00
2020-05-17 17:31:15 +02:00
2020-03-14 14:14:23 +01:00
2020-05-17 17:31:15 +02:00
fix
2020-07-19 14:01:17 +02:00
2020-05-17 17:31:15 +02:00
2020-05-17 17:31:15 +02:00
fix
2020-07-19 14:01:17 +02:00
fix
2020-05-17 18:54:31 +02:00
2020-05-17 17:31:15 +02:00
2020-07-19 12:17:21 +02:00

@sapphirecode/auth-client-helper

version: 1.0.x

client helper to authenticate on servers using the auth-server-helper

Installation

npm:

npm i --save @sapphirecode/auth-client-helper

yarn:

yarn add @sapphirecode/auth-client-helper

Usage

const client = require('@sapphirecode/auth-client-helper');

// if using in the browser, will send a request to the current host
const session_id = client.login('user','passw');

// specify a host manually
const session_id = client.login('user','passw','https://example.com');

License

MIT © Timo Hocker timo@scode.ovh

Description
No description provided
Readme 454 KiB
Languages
JavaScript 100%