Skip to content

Commit dc60b22

Browse files
committed
docs: fix old oauth2-server references
1 parent f13c55f commit dc60b22

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# oauth2-server documentation build configuration file, created by
3+
# @node-oauth/oauth2-server documentation build configuration file, created by
44
# sphinx-quickstart on Thu Nov 17 16:47:05 2016.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.

docs/docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ oauth2-server_ is available via npm_.
1414

1515
.. code-block:: sh
1616
17-
$ npm install oauth2-server
17+
$ npm install @node-oauth/oauth2-server
1818
1919
.. note:: The *oauth2-server* module is framework-agnostic but there are several officially supported adapters available for popular HTTP server frameworks such as Express_ and Koa_ (maintainer wanted!). If you're using one of those frameworks it is strongly recommended to use the respective adapter module instead of rolling your own.
2020

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============
2-
oauth2-server
3-
===============
1+
==========================
2+
@node-oauth/oauth2-server
3+
==========================
44

55
oauth2-server_ is a complete, compliant and well tested module for implementing an OAuth2 server in Node.js_. The project is `hosted on GitHub`_ and the included test suite is automatically `run on GitHub CI`_.
66

docs/misc/migrating-v2-to-v3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Middlewares
1111
The naming of the exposed middlewares has changed to match the OAuth2 _RFC_ more closely. Please refer to the table below:
1212

1313
+-------------------+------------------------------------------------+
14-
| oauth2-server 2.x | oauth2-server 3.x |
14+
| oauth2-server 2.x | @node-oauth/oauth2-server 3.x |
1515
+===================+================================================+
1616
| authorise | authenticate |
1717
+-------------------+------------------------------------------------+

0 commit comments

Comments
 (0)