An open API service indexing awesome lists of open source software.

https://github.com/envelope/fenc

Tiny authorization library for Node.js
https://github.com/envelope/fenc

authorization nodejs

Last synced: about 2 months ago
JSON representation

Tiny authorization library for Node.js

Awesome Lists containing this project

README

          

![](assets/title.png)

[![Build Status](https://travis-ci.org/envelope/fenc.svg?branch=master)](https://travis-ci.org/envelope/fenc)
[![Coverage Status](https://coveralls.io/repos/github/envelope/fenc/badge.svg)](https://coveralls.io/github/envelope/fenc)

Tiny authorization library for Node.js. Work in progress.

## Installation

Using [npm](https://www.npmjs.com/):
```sh
npm install --save fenc
```

Or by using [Yarn](https://yarnpkg.com/):
```sh
yarn add fenc
```