rwinch / spring-security-webauthn

18 stars 7 forks source link

Fix webauthn authn javascript in DefaultLoginPageGeneratingFilter #24

Closed Kehrlann closed 1 week ago

Kehrlann commented 4 weeks ago

The default login page threw the following JS exception in Chrome, even without interacting with the page.

Uncaught SyntaxError: missing ) after argument list
login:131

It seems there are remnants of an old setup function breaking the code.

There's probably a test to write for this, I'll take a look later if I can find the time.

rwinch commented 1 week ago

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