Releases: swift-server/swift-webauthn
Releases · swift-server/swift-webauthn
1.0.0-alpha.2
Removes Swift Certificates dependency as we didn't use it and updates Swift Crypto
Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2
WebAuthn Swift 1.0.0 Alpha 1
This release is the same as 0.0.3 but we're now ready for testing! The API should be stable and pretty finalised and there are a good range of tests so it should be ready for use but needs some eyes on it!
Full Changelog: 0.0.3...1.0.0-alpha.1
WebAuthnSwift 0.0.3
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
Codable
implementation.