MD, fix list

This commit is contained in:
Peter Kieltyka 2016-01-22 13:53:16 -05:00
parent 7b878235a1
commit debde9569f

View file

@ -14,6 +14,7 @@ for all unverified tokens and passes the good ones through. You can also copy th
Authenticator and customize it to handle invalid tokens to better fit your flow. Authenticator and customize it to handle invalid tokens to better fit your flow.
The `Verifier` middleware will look for a JWT token from: The `Verifier` middleware will look for a JWT token from:
1. 'jwt' URI query parameter 1. 'jwt' URI query parameter
2. 'Authorization: BEARER T' request header 2. 'Authorization: BEARER T' request header
3. Cookie 'jwt' value 3. Cookie 'jwt' value