From 73a26318673a6023d63a360e8b86c50ce2105201 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 12 Apr 2021 08:05:18 +0200 Subject: [PATCH] deprecate package --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index bb391e8..7462e75 100644 --- a/README.md +++ b/README.md @@ -1,31 +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 - -```js -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 +Package deprecated due to the current auth-server-helper allowing users to define their own endpoints and not forcing a specific procedure anymore.