1.0.6 • Published 4 years ago

pronauthservice v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

6 years ago

1.0.301

6 years ago

1.0.29

6 years ago

1.0.3

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.22

6 years ago

1.0.23

6 years ago

1.0.2

6 years ago

1.0.21

6 years ago

1.0.1-2

6 years ago

1.0.1-1

6 years ago

1.0.1

6 years ago