🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
The documentation does require to start PRs from development. However, the readthedocs.io always points to master and fixes for stable docs should therefore be made by pointing to master and starting from master.
Otherwise we might face the uncomfortable situation of
either merging unstable code from development into master
or have to wait for the fix to be released until development is stable and mergeable
The contribution guidelines should therefore have their own section on how to contribute to the docs.
The documentation does require to start PRs from
development
. However, the readthedocs.io always points tomaster
and fixes for stable docs should therefore be made by pointing to master and starting from master.Otherwise we might face the uncomfortable situation of
development
intomaster
development
is stable and mergeableThe contribution guidelines should therefore have their own section on how to contribute to the docs.
See https://github.com/node-oauth/node-oauth2-server/pull/220#issuecomment-1679954963