Jonas Hungershausen

Results 120 comments of Jonas Hungershausen

Quickly looked at this. `go-dotenv` is pulled in by `gobuffalo/envy` (another env variable helper lib), which is pulled in by `gobuffalo/pop`. `envy` has an `init` function that overrides the env...

This was an oversight, when we planned and implemented this in #3476. I am not aware of a more fundamental reason for not implementing this. Contributions are definitely welcome here.

I am not entirely sure, I understand the issue, but let me try to clarify a few things: The JSON coming from Kratos (that contains the `ui` fields) is made...

Thanks, interesting. Do these changes only apply to new clients? Also, it seems like this change was made to support OIDC fully? https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2 Did you try out the generic provider...

Hi, thanks for the report. In which browser did you observe the issue?

Should be possible to more or less copy from Kratos: https://github.com/ory/kratos/blob/master/driver/registry_default.go#L252-L280

Thanks for the report and investigation. This looks like a race condition and we should fix this.

I looked into this and couldn't reproduce the issue using the account experience (managed UI) in an e2e test setup and after further inspection, a race condition doesn't sound too...

I am not too familiar with WebAuthN on native applications, and was under the impression that the only way of getting it to work was with Passkeys on iOS. Great...