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
- Host: GitHub
- URL: https://github.com/envelope/fenc
- Owner: envelope
- Created: 2019-06-30T10:47:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:00:26.000Z (over 3 years ago)
- Last Synced: 2025-10-05T16:51:25.467Z (9 months ago)
- Topics: authorization, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://travis-ci.org/envelope/fenc)
[](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
```