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 986aab33a4
Some checks failed
continuous-integration/drone/push Build is failing
update-scanner: automatic update
ava: 3.10.1 ==> 3.11.1 minor
eslint: 7.5.0 ==> 7.6.0 minor
2020-08-04 13:02:18 +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
2020-07-19 15:13:15 +02:00
fix
2020-07-19 15:26:08 +02:00
2020-05-17 17:31:15 +02:00
2020-08-04 13:02:18 +02:00

@sapphirecode/auth-client-helper

version: 1.1.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%