WebAuthnSwift 0.0.2
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
Codableimplementation.