From 9a9bf0dc70b5acaefcb2db37e3e5107f5aa61fd5 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 28 Feb 2019 18:21:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf373748..646cdbd7b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Complete, compliant and well tested module for implementing an OAuth2 server in npm install oauth2-server ``` -The *oauth2-server* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own. +The *oauth2-server* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server), [Hapi](https://www.npmjs.com/package/hapi-oauth2-server-plugin) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own. ## Features