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 8c06a0003e update-scanner: automatic update
@sapphirecode/crypto-helper: 1.1.49 ==> 1.1.50 minor
@stryker-mutator/core: 3.2.4 ==> 3.3.0 minor
@stryker-mutator/javascript-mutator: 3.2.4 ==> 3.3.0 minor
ava: 3.8.2 ==> 3.9.0 minor
2020-06-19 13:14:38 +02:00
2020-05-17 17:31:15 +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
2020-05-17 17:31:15 +02:00
2020-05-17 17:31:15 +02:00
2020-03-04 21:08:10 +01:00
2020-05-17 17:31:15 +02:00
2020-05-17 17:31:15 +02:00
fix
2020-05-17 18:54:31 +02:00
2020-05-17 17:31:15 +02:00
2020-06-19 13:14:38 +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%