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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# oauth2-server2
2
+
# @node-oauth/oauth2-server
3
3
4
4
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
5
5
@@ -8,10 +8,10 @@ NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://git
8
8
## Installation
9
9
10
10
```bash
11
-
npm install oauth2-server2
11
+
npm install @node-oauth/oauth2-server
12
12
```
13
13
14
-
The *oauth2-server2* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own.
14
+
The *@node-oauth/oauth2-server* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own.
0 commit comments