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
0c78c811bd
update-scanner: automatic update
@scode/consts: 1.0.17 ==> 1.1.4 minor @scode/crypto-helper: 1.1.27 ==> 1.1.29 minor @scode/eslint-config: 2.0.7 ==> 2.0.10 minor ava: 3.6.0 ==> 3.7.0 minor
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
Languages
JavaScript
100%