1.1.3 • Published 5 years ago
@sapphirecode/auth-client-helper v1.1.3
@sapphirecode/auth-client-helper
version: 1.1.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
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.0.55
5 years ago
1.0.56
5 years ago
1.0.54
5 years ago
1.0.53
5 years ago
1.0.52
5 years ago
1.0.51
5 years ago
1.0.50
5 years ago
1.0.49
5 years ago
1.0.48
5 years ago
1.0.47
5 years ago
1.0.46
5 years ago
1.0.45
5 years ago
1.0.44
5 years ago
1.0.43
5 years ago
1.0.42
5 years ago
1.0.41
5 years ago
1.0.40
5 years ago
1.0.39
5 years ago