Matt Bonnell

Results 11 comments of Matt Bonnell

> #5114 Looks like a fix went in v0.8.43, but I’m still getting this in v0.8.44

So would this look like defining a new `PostSettingsPostPersistHook`? I see in the [code](https://github.com/ory/kratos/blob/83aedcb885acb96c5deb39fff675d5f0528af32d/driver/registry_default_settings.go#L16) that it seems a verification email is meant to be sent out on a credentials change...

Yup, sounds like the right approach to me! quick question: in the 2nd approach, where we update the email when the link is clicked, how/when do we “Check if original...

Taking inventory here: Account enumeration via * Login flow should be protected by #1088 * Recovery flow seems to already be protected; the user sees the same UI whether the...

> The better way is just to resample audio to 16 kHz using torchaudio Won't that make the forward pass much less efficient than if you were to use an...

I had the same error on Python 3.11, switched to Python 3.8 and it works.

seeing the same thing here; listening on port 9999 with netcat but doesn't seem anything is coming through.

> @mattbonnell can I check if you have set PAC4J_SESSIONSTORE_PROVIDER as "PlayCacheSessionStore"? Is it still not working for you? > (from not a datahub dev) Sorry, missed this. I’ve worked...

Agreed that rate-limiting is context dependent and is best handled upstream. However, I think it would be good for Kratos to provide some anti-automation protections for the login, signup, and...

Hey, could you point me to the open PR you referenced? Just want to watch it so I know when it's merged and work on this issue can begin.