From 8e9968a87e6a15c718dcb9b34285fb0594584bfe Mon Sep 17 00:00:00 2001 From: Jachim Coudenys Date: Wed, 27 Jun 2018 11:27:24 +0200 Subject: [PATCH] Fix the last code block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eece88e..a090ed9 100644 --- a/README.md +++ b/README.md @@ -171,5 +171,6 @@ $jwtManager = new JwtManager( 'expire_key' => 'expires_in', # default is expires_in if not set ] ); +``` The bundle natively supports the [exp field](https://tools.ietf.org/html/rfc7519.html#section-4.1.4) in the JWT payload.