Skip to content

fireguard/oauth2-server

Repository files navigation

@fireguard/oauth2-server

Build Status

Complete, compliant and well tested module for implementing an OAuth2 server in Node.js.

Installation

npm install @fireguard/oauth2-server

Features

  • Supports authorization_code, client_credentials, refresh_token and password grant, as well as extension grants, with scopes.
  • Can be used with promises, Node-style callbacks, ES6 generators and async/await.
  • Fully RFC 6749 and RFC 6750 compliant.
  • Implicitly supports any form of storage, e.g. PostgreSQL, MySQL, MongoDB, Redis, etc.
  • Complete test suite.

Tests

To run the test suite, install dependencies, then run npm test:

npm install
npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published