Skip to content

Commit

Permalink
docs: add reference to adapter for micro
Browse files Browse the repository at this point in the history
  • Loading branch information
oklas authored Oct 8, 2021
1 parent d34fcc7 commit a0ffa71
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit a0ffa71

Please sign in to comment.