lukin / keywind

Keywind is a component-based Keycloak Login Theme built with Tailwind CSS
Apache License 2.0
737 stars 261 forks source link

feat: delete-credential.ftl; webAuthn v24 compatibility #90

Open klausbetz opened 1 month ago

klausbetz commented 1 month ago

Thank you, @lukin for maintaining this awesome tailwind template for Keycloak! We do use it in almost all of our projects.

Recently, we worked on a project that required a more advanced login flow including WebAuthn. We found a bug in webauthn-register.ftl and created a new page delete-credential.ftl, which is shown when a user deletes a credential via the account UI as you can see in the screenshot below (orange is our overridden primary color).

Bildschirmfoto 2024-05-16 um 14 40 27

We want to share these changes with you to make this template even better.

Used Keycloak 24.0.4 for testing.