We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b78cb commit 0e97bebCopy full SHA for 0e97beb
README.md
@@ -3,16 +3,14 @@
3
This package provides a Swift implementation of the [WebAuthn API](https://w3c.github.io/webauthn) focused on making it
4
easy to leverage the power of WebAuthn.
5
6
-🚨 This library is a proof of concept - do not use it in production yet!
7
-
8
## Getting Started
9
10
**Adding the dependency**
11
12
Add the following entry in your `Package.swift` to start using `WebAuthn`:
13
14
```swift
15
-.package(url: "https://github.com/swift-server/webauthn-swift.git", branch: "main")
+.package(url: "https://github.com/swift-server/webauthn-swift.git", from: "1.0.0-alpha")
16
```
17
18
and `WebAuthn` dependency to your target:
0 commit comments