Skip to content

Add reference to adapter for micro #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/docs/adapters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ The *oauth2-server* module is typically not used directly but through one of the

- express-oauth-server_ for Express_
- koa-oauth-server_ for Koa_
- micro-oauth-server_ for Micro_

.. _express-oauth-server: https://npmjs.org/package/express-oauth-server
.. _Express: https://npmjs.org/package/express
.. _koa-oauth-server: https://npmjs.org/package/koa-oauth-server
.. _Koa: https://npmjs.org/package/koa
.. _micro-oauth-server: https://npmjs.org/package/micro-oauth-server
.. _Micro: https://npmjs.org/package/micro


Writing Adapters
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ oauth2-server_ is available via npm_.

$ npm install oauth2-server

.. 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_. If you're using one of those frameworks it is strongly recommended to use the respective adapter module instead of rolling your own.
.. note:: The *oauth2-server* module is framework-agnostic but there are several officially supported adapters available for popular HTTP server frameworks such as Express_, Koa_ and Micro_ . If you're using one of those frameworks it is strongly recommended to use the respective adapter module instead of rolling your own.

.. _Express: https://npmjs.org/package/express-oauth-server
.. _Koa: https://npmjs.org/package/koa-oauth-server
.. _Micro: https://npmjs.org/package/micro-oauth-server


.. _features:
Expand Down