0.0.16 • Published 4 years ago

@quiches/back v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Filer Server Module

npm GitHub Workflow Status

Description

Documentation

1- Installation

Using npm:

$ npm install @quiches/back --save

Using yarn:

$ yarn add @quiches/back

2- Examples

Usage

The private key is generated on the dashboard at : https://dashboard.quiches.ovh.

import QuichesStack from '@quiches/back';

const PRIVATE_KEY = 'priv_xxxxx';
const quiches = QuichesStack(PRIVATE_KEY);
const auth = quiches.auth;

// or
import { Authentication } from '@quiches/back';

const PRIVATE_KEY = 'priv_xxxxx';
const auth = new Authentication(PUBLIC_KEY);

3- Authentication

The Authentication class has 3 available methods.

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago