From a792d2bf6a06a8bdaae65986133c1608a11c45d8 Mon Sep 17 00:00:00 2001 From: Ricky Padilla Date: Fri, 29 Mar 2024 16:07:06 -0600 Subject: [PATCH] Create README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..679c8c4 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +Passage logo + +### Native passkey authentication for your iOS app +## Welcome! +Integrating passkey technology can be really hard. That's why we built the PassageFlex iOS SDK - to make passkey authentication easy for you and your users. +
+ +## Usage + +### Installation + +You can import the PassageFlex via the Swift Package Manager. Simply search SPM for this url: +``` +https://github.com/passageidentity/passage-flex-ios +``` +Or you can import it using CocoaPods by add this pod to your app's Podfile: +``` +pod 'PassageFlex' +``` + +### Example +And you can use it like this: +```swift +import PassageFlex + +let nonce = try await PassageFlex.Passkey.authenticate() +``` +
+ +## Documentation +To get started using PassageFlex in your iOS app, please visit our [Passage Docs](https://docs.passage.id/mobile/ios/).