Tags: swift-server/swift-webauthn
Tags
Fix library biases (#28) * change user id and challenge type to byte array * rename a few properties * update createRegistrationOptions documentation * make PublicKeyCredentialUserEntity a struct * make storedChallenge byte array instead of base64 encoded * fix CollectedClientData challenge type * fix CollectedClientData challenge type * add getChallenge to RegistrationCredential * remove Codable conformances * wip * wip * wip * conform PublicKeyCredentialRequestOptions to Encodable * wip * fix config documentation comment * revert renaming beginRegistration * update documentation comments * fix tests