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 c0016e676e Revert "fix lint"
This reverts commit e138879479010d7f26db9d69b26e62fe99640b0e.
2020-03-10 08:18:43 +01:00
fix
2020-03-07 18:26:19 +01:00
2020-03-04 13:53:23 +01:00
2020-03-04 13:53:23 +01:00
2020-03-04 13:53:23 +01:00
2020-03-07 18:20:37 +01:00
2020-03-10 08:18:43 +01:00
2020-03-04 21:08:10 +01:00
2020-03-07 18:20:37 +01:00
2020-03-06 08:29:01 +01:00
2020-03-07 18:20:37 +01: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%