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 45299c49db update-scanner: automatic update
@scode/consts: 1.1.5 ==> 1.1.6 minor
@scode/crypto-helper: 1.1.32 ==> 1.1.33 minor
@scode/eslint-config: 2.0.11 ==> 2.0.12 minor
2020-04-28 08:01:56 +02:00
2020-03-25 16:59:18 +01:00
2020-03-25 16:59:18 +01:00
2020-03-14 14:14:23 +01:00
2020-03-04 13:53:23 +01:00
2020-03-25 16:59:18 +01:00
2020-03-25 16:59:18 +01:00
2020-03-04 21:08:10 +01:00
2020-04-14 14:59:02 +02:00
2020-03-06 08:29:01 +01:00
2020-03-25 16:59:18 +01:00
2020-04-28 08:01:56 +02:00

Auth Client Helper

a module to make logging in to servers using the auth-server-helper easier

Usage

const client = require('@scode/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');
Description
No description provided
Readme 454 KiB
Languages
JavaScript 100%