tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Refactor server session handling #42

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

This cleans up the "session" handling, as explained in issue #38:

Writing this new PendingOps module for the server also made it clear that this could also be provided by the library directly, since it's a very reusable part.

infinisil commented 2 years ago

Squashed some related commits together, will merge after CI passes