3.11.5 • Published 3 years ago

@authless/server v3.11.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Authless Client • npm.io Maintainability Test Coverage

Node.js client for authless-server written in TypeScript.

Install

yarn add @authless/client
# - or -
npm install @authless/client

Usage

import { Client } from '@authless/client'

// setup a client
const authlessClient = new Client({
  serverUri: 'http://example.com:4000',
  retries: 2,
});

// use it
authlessClient.url('https://example.com', { referer: 'optional', responseFormat: 'json' })
authlessClient.url('https://example.com', { responseFormat: 'png' })
3.11.5

3 years ago

3.11.4

4 years ago

3.11.3

4 years ago

3.11.2

4 years ago

3.11.1

4 years ago

3.10.1

4 years ago

3.10.0

4 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago