You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the express wrapper for [oauth2-server](https://github.com/oauthjs/node-oauth2-server).
10
+
This is the express wrapper for [@node-oauth/oauth2-server](https://github.com/node-oauth/node-oauth2-server),
11
+
it's a fork from the former [oauthjs/express-oauth-server](https://github.com/oauthjs/express-oauth-server).
11
12
12
13
## Installation
13
14
14
-
$ npm install express-oauth-server
15
+
```shell
16
+
$ npm install @node-oauth/express-oauth-server
17
+
```
15
18
16
19
## Quick Start
17
20
18
-
The module provides two middlewares - one for granting tokens and another to authorize them. `express-oauth-server` and, consequently `oauth2-server`, expect the request body to be parsed already.
21
+
The module provides two middlewares - one for granting tokens and another to authorize them.
0 commit comments