1.0.0 • Published 5 months ago
iana-registry-data-lib v1.0.0
iana-registry-data-lib
A package containing JSON files reflecting the current state of various IANA registries such as the JOSE, OAuth, and JWT registries. This package is intended to be used as a data source for other projects.
Installation
You can install this package using npm:
npm install iana-registry-data-lib
const { OAuthRegistry } = require('iana-registry-data-lib');
console.log(OAuthRegistry.OauthParameters.parameters);
License
This project is licensed under the MIT License - see the LICENSE file for details.
Keywords
- Keywords
- iana
- registry
- oauth
- jose
- jwt
- rfc
- ietf
- importer
- data
- parser
- json
- csv
Author
Andy Barlow
1.0.0
5 months ago