Skip to content

Tags: swift-server/swift-webauthn

Tags

1.0.0-alpha.2

Toggle 1.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies (#35)

* update swift-crypto and remove swift-certificates

* add trailing comma

1.0.0-alpha.1

Toggle 1.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Prep for 1.0.0 Alpha

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update docc documentation (#29)

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Convert PublicKeyCredentialRequestOptions.timeout to milliseconds (#26)

* Convert PublicKeyCredentialRequestOptions.timeout to milliseconds.

* Add reference to w3.org specification