1.0.6 • Published 3 years ago

pronauthservice v1.0.6

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

Pron Auth Service

Installation

Pron requires Node.js v4+ to run.

Install the dependencies and devDependencies.

$ npm i pronauthservice

Setting Up

const pronAuthService = require('pronauthservice');
await pronAuthService.init({
    domain:'https://example.com',
    fingerPrint:'hash' //get it from origin site,
    user:{
        login:'test',
        password:'12345'
    }
});

Usage

const data =  await pronAuthService.getSource({
      method: "POST",
      url: "/api/getAccountDetails",
      payload: false,
      referer: "account"
    });
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.301

4 years ago

1.0.29

4 years ago

1.0.3

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.23

4 years ago

1.0.2

4 years ago

1.0.21

4 years ago

1.0.1-2

4 years ago

1.0.1-1

4 years ago

1.0.1

4 years ago