Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsu/simple-bearer-token-test-helper
A simple helper module to tests bearer tokens.
https://github.com/devsu/simple-bearer-token-test-helper
Last synced: 14 days ago
JSON representation
A simple helper module to tests bearer tokens.
- Host: GitHub
- URL: https://github.com/devsu/simple-bearer-token-test-helper
- Owner: devsu
- License: mit
- Created: 2017-05-04T19:48:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T01:32:06.000Z (over 7 years ago)
- Last Synced: 2024-12-12T03:37:13.983Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-bearer-token-test-helper
A simple helper module to tests bearer tokens.
[![Build Status](https://travis-ci.org/devsu/simple-bearer-token-test-helper.svg?branch=master)](https://travis-ci.org/devsu/simple-bearer-token-test-helper)
## Installation
```bash
npm i --save simple-bearer-token-test-helper
```## How to use
```js
const Helper = require('simple-bearer-token-test-helper');
const helper = new Helper();
```## License and Credits
MIT License. Copyright 2017
Built by the [Node.JS experts](https://devsu.com) at Devsu.