You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-39Lines changed: 2 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -4,46 +4,9 @@ This is an NGINX module to check for a valid JWT and proxy to an upstream server
4
4
# Build Requirements
5
5
This module depends on the [JWT C Library](https://github.com/benmcollins/libjwt)
6
6
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. There is a pull request by another person to address this issue, but it has been on hold for months. I have patched the library myself.
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)
0 commit comments