nginx_phantom_token_module icon indicating copy to clipboard operation
nginx_phantom_token_module copied to clipboard

NGINX module that introspects phantom access tokens according to RFC 7662

Results 5 nginx_phantom_token_module issues
Sort by recently updated
recently updated
newest added

This code at the start of the handler is working fine, but the debug line does not always come out in test logs when I run it, causing TEST 5...

Nginx $request_body is being overwritten with “token=…” when I try to inspect it in the logs. Any workaround?

This issue is related to issue #50. That issue fixed a problem with large JWTs when caching was enabled. When caching is not enabled though and a large JWT is...

If the calling client sends more than one Accept header, i.e `Accept: application/json` `Accept: application/json`, the request to the introspection endpoint done by the module will also include an extra...

This came up during the development of another plugin and is a code safety issue that only applies in particular circumstances. It was suggested that the [code to form the...