Max Gerber

Results 9 comments of Max Gerber

I've just started experimenting with keycloak version 20 and I'm experiencing something similar to @Kevin-Andrew - after stripping out the `#13;` char in the signature, I'm able to validate the...

> It returns a different return type (Array Literal -> Object Literal -> Array Literal) based on the arguments, which is a bad API design. Return types should be predictable...

> If you're reading this, please comment with a real-life scenario of returning multiple cookies with the same name. What prompted myself opening this ticket was a migration we ran...

Hey @tdwells90 for immediate resolution can you try using the workaround described in https://github.com/stytchauth/stytch-node/issues/262#issuecomment-1764910451 to manually edit the `fetchConfig`? something like ``` function monkeyPatchStytchClientSettings(client: ...) { /* eslint-disable */ const...

@tdwells90 is this solution- https://github.com/cloudflare/workerd/issues/698#issuecomment-1737605504 - a viable workaround? It looks like cloudflare themselves plan on fixing this issue in some near future 🤞

Amazing! On Fri, Jun 27, 2025 at 9:09 PM Ola Hungerford ***@***.***> wrote: > *olaservo* left a comment (modelcontextprotocol/inspector#434) > > > Hi @max-stytch we merged a larger set of...

Sorry for the delayed response - coming back from PTO and playing catch-up. It sounds like we are setting `null` for the default value sometimes when we should be setting...

Sorry for the delay - life has a way of getting in the way 🙃 I have opened https://github.com/modelcontextprotocol/inspector/pull/434 to bring back the nested array rendering. The `generateDefaultValue` bug is...

Hey @troutzen! We provide a utility method - `stytch.session.authenticateJwtLocal()` - which handles validation and decoding of the JWT. The response of this method is typed. This method handles munging of...