execreate
09/26/2022, 5:07 AMcookie_key
parameter (https://www.krakend.io/docs/authorization/jwt-validation/), so I guess it must possible to make it work with Supertokens http-only cookies. Theoretically, I can pass jwk_url
of Supertokens (https://supertokens.com/docs/passwordless/common-customizations/sessions/with-jwt/get-jwks-and-issuer) to Krakend and set cookie_key
to sAccessToken
to make it work.
But the jwks endpoint in Supertokens is not available unless I turn on jwt in session recipe, is that right? Because I cannot fetch the jwks endpoint with my current setup where I did not enable jwt in Supertokens.execreate
09/26/2022, 5:08 AMrp_st
09/26/2022, 5:09 AMrp_st
09/26/2022, 5:09 AMexecreate
09/26/2022, 5:12 AMrp_st
09/26/2022, 5:23 AM