1.0.2 • Published 3 years ago

aquilla v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

Aquilla

Installation

$ npm i aquilla --save
const aquilla = require('aquilla');

Datas

const jwtDatas = {
  secretKey: 'teste',
  timeInMinutes: 1,
  encryptedDatas: {
    userId: 1,
  },
};

Results JWT

const resultsJWT = aquilla.jwt(jwtDatas);

Install dependencies:

$ npm install

Start the server:

$ npm start

License

ISC

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago