@node-oauth/formats
Minimal, RFC 6749
compliant ascii and unicode validator.
This package is intended to be used with a OAuth2 server, like
@node-oauth/node-oauth2-server
, but can also be used with any other project, that shares the same
requirements.
Install
$ npm install @node-oauth/formats
Usage
const isFormat = require('@node-oauth/formats')
isFormat.nchar('Hello, World!')
isFormat.nqchar('Hello, World!')
For detailed usage see the API docs
Test
npm install
npm run lint
npm run lint:fix
npm run test
npm run test:coverage
License
This project has been outsourced from
@node-oauth/node-oauth2-server
, which is a fork from oauth2-server
. The licence remains MIT, see our license file.