Skip to content

WebAuthnSwift 0.0.2

Compare
Choose a tag to compare
@marius-se marius-se released this 06 Jul 10:20
· 74 commits to main since this release
a823806

Library now exposes raw byte arrays instead of base64(-url) encoded strings.
PublicKeyCredentialCreationOptions, PublicKeyCredentialRequestOptions, RegistrationCredential and AuthenticationCredential now conform to Codable for easy json (de-)serialisation.

Note: Byte arrays will be decoded from base64url and encoded to base64url strings when using the Codable implementation.