Provides a complete and compliant OAuth2 server implementation for Node.js applications.
This module, forked from the unmaintained `oauthjs/node-oauth2-server`, offers an actively developed OAuth2 server for Node.js. You can install it with `npm install @node-oauth/oauth2-server` and it supports `authorization_code`, `client_credentials`, and `refresh_token` grants. While framework-agnostic, official wrappers like `@node-oauth/express-oauth-server` are available for easier integration.
Provides a complete and compliant OAuth2 server implementation for Node.js applications.
Node.js developers needing to add a compliant OAuth2 authentication and authorization layer to their applications should use this.