0.2.18 • Published 2 years ago

@midware/mauth v0.2.18

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

MAuth

Publish npm version npm downloads

Authentication and Authorization Middleware

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

If this is a brand new project, make sure to create a package.json first with the npm init command or yarn init command.

Installation is done using the npm install command or yarn add command:

$ npm install @midware/mauth

or

$ yarn add @midware/mauth

Features

  • Ready to use authorization middleware
  • Ready to use authentication middleware
  • Simple implementation

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

or

$ yarn
$ yarn test

Environment Variables:

GOOGLE_CLIENT_ID = Google Client Id AUTH_HOST = Auth host URL to get keys JWT_PRIVATE_KEY = RSA Private Key to generate JWT JWT_PUBLIC_KEY = RSA Public Key to get JWT SERVICE_NAME = Credential id to connect to Auth host SERVICE_KEY = Credential KEY to connect to Auth host SERVICE_NAME = Project name INSTANCE = Project instance name

People

The original author of MAuth is Judah Lima

List of all contributors

0.2.18

2 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.1.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago