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 aa67a690cc update-scanner: automatic update
@sapphirecode/consts: 1.1.24 ==> 1.1.25 minor
@sapphirecode/crypto-helper: 1.1.52 ==> 1.1.53 minor
@sapphirecode/eslint-config: 2.1.12 ==> 2.1.13 minor
2020-07-01 09:37:30 +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-07-01 09:37:30 +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%