From cf19526052c4e5b101f4250393d1d3d7ca1b6c07 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Sat, 5 Nov 2016 19:29:51 -0600 Subject: [PATCH] Update README.md Added example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aef4a8d..dd99dbe 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,8 @@ The supported algorithms for encoding and decoding are `HS256`, `HS384`, `HS512` // encode using HS512 jwt.encode(payload, secret, 'HS512') ``` + +## Example + +1. Tutorial - [Token-Based Authentication With Node](http://mherman.org/blog/2016/10/28/token-based-authentication-with-node) +1. Code - [node-token-auth](https://github.com/mjhea0/node-token-auth)