Skip to content

Commit b3e9042

Browse files
authored
Update README.md
1 parent 3e0f550 commit b3e9042

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This is an NGINX module to check for a valid JWT and proxy to an upstream server
44
# Build Requirements
55
This module depends on the [JWT C Library](https://github.com/benmcollins/libjwt)
66

7-
Unfortunately, this library cannot handle grants that are not strings. In the JWT Spec, some grants, such as "exp" and "iat" are supposed to be stored as integers, not strings. If the JWT is created by another library and an exp is set as an integer, this library will return NULL when you try to get that grant. I forked the library and submitted a pull request. For now, you should use [TeslaGov fork of the JWT C Library](https://github.com/TeslaGov/libjwt)
8-
97
Transitively, that library depends on a JSON Parser called [Jansson](https://github.com/akheron/jansson) as well as the OpenSSL library.
108

119
# NGINX Directives

0 commit comments

Comments
 (0)