rwinch / spring-security-webauthn

41 stars 13 forks source link

Looks similar to what TOTP would need. Common code? #3

Closed nealeu closed 1 month ago

nealeu commented 2 years ago

Hi Rob,

This looks as though it shares some config and patterns as adding TOTP would need.

I'm tempted to fork this and see where I can get to with some tests adding the filter chain into mock MVC. We might then see if my hunch is right :-)

rwinch commented 1 month ago

I don't think that is the case. WebAuthn has more/different parameters than TOTP. Feel free to experiment with it and get back to me, but I suspect that your findings will be that it is a different API