krakend-jose
krakend-jose copied to clipboard
Javascript Object Signing and Encryption (JOSE) component for the KrakenD framework
I'm using "propagate_claims" and want to put the header value with its token data. But suddenly i got 500 response code and no body response when i got empty array....
as suggested here: https://github.com/krakendio/krakend-ce/issues/460 https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html#token-sidejacking
The audience matching configuration takes a list of audience values and a token is considered valid when _all_ values are present in the token. In scenarios where a backend is...
As I understand, pull #2 only allow to use unsigned cookies. Is there a way to use signed ones? Thanks.
Need to expose functions without a dependency on the `http` package to validate JWT
Based on the advisory in this link, the `go-jose.v2` is vulnerable: https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g I tried to fix in my local clone of krakend-jose, but it seems that the underlying dependency of...