From 5823b2be2bd0d05e34b8fa22680e78b5cd85bba8 Mon Sep 17 00:00:00 2001 From: Jan Sorgalla Date: Mon, 3 Nov 2014 21:38:38 +0100 Subject: [PATCH] Add jsor/stack-jwt to STACK-2 implementations --- source/specs/STACK-2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/specs/STACK-2.md b/source/specs/STACK-2.md index 47faa20..eea05f6 100644 --- a/source/specs/STACK-2.md +++ b/source/specs/STACK-2.md @@ -78,3 +78,5 @@ Stack authentication middlewares will be given an opportunity to challenge. [Hawk](https://github.com/hueniverse/hawk) authentication middleware. * [dflydev/stack-basic-authentication](https://github.com/dflydev/dflydev-stack-basic-authentication) HTTP Basic Authentication middleware. + * [jsor/stack-jwt](https://github.com/jsor/stack-jwt) + JSON Web Token (JWT) authentication middleware.