Mathias Polligkeit
Mathias Polligkeit
> Testing will probably be a bit painful (you'll need to buy a yubikey capable of MFA and copy/paste the payloads or mock this somehow differently). If you happen to...
With the push towards [passkeys](https://fidoalliance.org/passkeys/) in the industry, this has become even more relevant. I think this issue should stay open.
Could you open a [discussion](https://github.com/ory/kratos/discussions/new/choose) if you want to talk about the stale bot further?
I didn't implement this yet, but a PR is welcome! Should be based on LiveView streams now.
Yes, maybe better.
Hi @zoedsoupe, thank you, but this task is already on my table. This feature is also not related to your problem. What you probably want here is to derive the...
Normally you still want to do the filtering in the database, and not fetch all entries from the database and then filter on the server side. In that case, it...
Any news on this? We're using the container for testing in a CI pipeline and have to restart our server practically every day because of this. Neither overwriting the command...
Well, for us it didn't. Any more ideas?
I also often find myself longing for a function in the `JS` module to toggle between two attribute values. Some examples: - toggle `aria-expanded` between `"true"` and `"false"` - toggle...