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

5 years ago

1.0.301

5 years ago

1.0.29

5 years ago

1.0.3

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.22

5 years ago

1.0.23

5 years ago

1.0.2

5 years ago

1.0.21

5 years ago

1.0.1-2

5 years ago

1.0.1-1

5 years ago

1.0.1

5 years ago