rwinch / spring-security-webauthn

46 stars 14 forks source link

Fix conditional mediation #55

Closed Kehrlann closed 3 months ago

Kehrlann commented 3 months ago

Introduced new abort-controller.js module ; it holds a singleton AbortController instance. Whenever .register() or .authenticate() is called, any in-flight ceremony is cancelled, including conditional mediation-based auth ceremonies.

rwinch commented 3 months ago

Thanks for the Pull Request! This is now merged into main :smile: