From 735b89d011ab4b0ad012d51cb457554d1474aef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Aur=C3=A8le=20DARCHE?= Date: Thu, 21 May 2020 12:02:30 +0200 Subject: [PATCH] Add missing options: * cookie * audience * issuer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffadd00..9b7d225 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ opts, the middleware's options: * key * isRevoked * passthrough +* cookie +* audience +* issuer * debug The resolution order for the token is the following. The first non-empty token resolved will be the one that is verified.