From d51131f5b6a61502c9348a62ca6705dde34ca313 Mon Sep 17 00:00:00 2001 From: simov Date: Thu, 8 Jan 2015 16:37:45 +0800 Subject: [PATCH] Close #230 PR: Add Grant to the Authentication section. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7a15d5a..ba19d4d 100644 --- a/readme.md +++ b/readme.md @@ -455,6 +455,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [everyauth](https://github.com/bnoguchi/everyauth) - Authentication and authorization (password, facebook, & more) for your Connect and Express apps. - [passwordless](https://passwordless.net) - Token-based authentication middleware for Express allowing authentication without passwords. - [Lockit](https://github.com/zemirco/lockit) - Full featured authentication solution for Express. Supports a variety of databases, predefined routes, email and two-factor authentication. +- [Grant](https://github.com/simov/grant) - OAuth middleware for Express and Koa. ### Node.js management