Skip to content

passageidentity/passage-flex-ios

Repository files navigation

Passage Swift

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:

import PassageFlex

let passageFlex = PassageFlex(appId: "YOUR_APP_ID")
let nonce = try await passageFlex.passkey.authenticate()

Documentation

To get started using PassageFlex in your iOS app, please visit our Passage Flex iOS Docs.



Passage Logo

Give customers the passwordless future they deserve. To learn more check out passage.1password.com

This project is licensed under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages