Mathias Polligkeit

Results 129 comments of Mathias Polligkeit

> I don't agree with @woylie. As the self creation of and identity, the self deletion of an entity should be handled by Kratos. There should be a hook, so...

> ### Summary > > Hey Woylie, > > Sorry for opening a ticket - I'm trying to create some dynamic ops & looking for advice. > > I'm trying...

> the data in here will only update correctly if the original ops value associated with it is the same as originally passed in to the filter_form fields. That's true,...

> FYI. I was able to solve the same thing with the built in options. For example, I hid the page numbers with: > > ```elixir > def pagination_opts do...

> Hey friends, sorry, been a busy couple of weeks! > > To be clear I wasn't hoping to hide page numbers entirely, which seems like what the solution @cadebward...

Probably `swap([:owners, 2, :pets, 3], [:owners, 4, :pets, 1])`.

> If password-less is enabled and first factor was webauthn, adding another webauthn key should only increase the factor for the reasons outlined in #2794 (before that is implemented, not...

That being said, allowing the user to use Webauthn as _either_ the first (and potentially only) factor _or_ the second factor would be a nice feature to have.

It's not a deliberate design choice, it just didn't make it into the initial release, and I currently don't need it. I'm definitely open for a PR to add this!

Changing the code so that checks can return error tuples would be feasible, but the question is, what do you return if you combine checks? Say we have this rule:...