Skip to content

Commit 916c1e7

Browse files
author
Michael Salinger
committed
Updated README
1 parent 31f4d4c commit 916c1e7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,13 @@ The *oauth2-server* module is framework-agnostic but there are several officiall
3636

3737
Most users should refer to our [Express](https://github.com/oauthjs/express-oauth-server/tree/master/examples) or [Koa](https://github.com/oauthjs/koa-oauth-server/tree/master/examples) examples.
3838

39-
Examples for v3 are yet to be made. Examples for v2 can still be found [here](https://github.com/oauthjs/node-oauth2-server/tree/b36a06b445ad0a676e6175d68a8bd0b2f3353dbf/examples).
40-
41-
~~(If you're implementing a custom server, we have many examples available:)~~
42-
43-
~~(- A simple **password** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/password).)~~
44-
~~(- A more complex **password** and **refresh_token** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/refresh-token).)~~
45-
~~(- An advanced **password**, **refresh_token** and **authorization_code** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/authorization-code) with scopes.)~~
46-
39+
Examples for v3 are yet to be made.
4740

4841
## Upgrading from 2.x
4942

50-
This module has been rewritten using a promise-based approach, introducing changes to the API and model specification.
43+
This module has been rewritten using a promise-based approach, introducing changes to the API and model specification. v2.x is no longer supported.
5144

52-
Please refer to our [3.0 migration guide](https://github.com/oauthjs/node-oauth2-server/wiki/Migrating-from-2-x-to-3-x) for more information.
45+
Please refer to our [3.0 migration guide](https://oauth2-server.readthedocs.io/en/latest/misc/migrating-v2-to-v3.html) for more information.
5346

5447

5548
## Tests

0 commit comments

Comments
 (0)