We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5454497 commit 085b13dCopy full SHA for 085b13d
README.md
@@ -45,6 +45,13 @@ Most users should refer to our [Express (active)](https://github.com/node-oauth/
45
46
More examples can be found here: https://github.com/14gasher/oauth-example
47
48
+## Version 5 notes
49
+
50
+Beginning with version `5.x` we removed dual support for callbacks and promises.
51
+With this version there is only support for Promises / async/await.
52
53
+With this version we also bumped the `engine` to Node 16 as 14 is now deprecated.
54
55
## Migrating from OAuthJs and 3.x
56
57
Version 4.x should not be hard-breaking, however, there were many improvements and fixes that may
0 commit comments