Skip to content

Releases: swift-server/webauthn-swift

1.0.0-alpha.2

13 Feb 00:08
95ce094
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

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

09 Aug 15:15
0e97beb
Compare
Choose a tag to compare
Pre-release

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

06 Jul 21:15
71b78cb
Compare
Choose a tag to compare

Documentation wasn't up-to-date in 0.0.2. This release fixes that.

WebAuthnSwift 0.0.2

06 Jul 10:20
a823806
Compare
Choose a tag to compare

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.