BVMiko

Results 4 comments of BVMiko

This issue extends beyond the caching request headers for HTTP/1.1.See https://tools.ietf.org/html/rfc7230#section-3.2 > Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the...

I also want to reference to issue #363; though this PR doesn't offer a way to modify the JWT header with arbitrary data; it does automatically provide the `kid` parameter;...

@svycka I believe that you may be confusing the JWT _header_ from the JWT _payload_. #795 made it easier to modify the payload; however the JWT header is generated later...

Hey, I just wanted to ping and see if anyone had chance to check this issue and corresponding PR yet. The current code's limitation doesn't seem to be necessary; and...