kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
488 stars 80 forks source link

Private base64 field #433

Closed Firstyear closed 5 months ago

Firstyear commented 5 months ago

Supercedes https://github.com/kanidm/webauthn-rs/pull/356

Fixes #352

Goal is to remove all functionality from Base64UrlSafeData which is not about serialisation, and stop dependants from using internal-only interfaces. HumanBinaryData won't provide these interfaces, so it needs to make do.