https://github.com/passageidentity/passage-swift
Passkey Complete for Apple Platforms - Go completely passwordless with a standalone auth solution in your Swift apps with Passage by 1Password
https://github.com/passageidentity/passage-swift
1password apple authentication biometrics ciam ios macos magic-links native-passkeys oauth2 oidc otp passage passage-sdk passkey-complete passkeys passwordless swift tvos webauthn
Last synced: 7 months ago
JSON representation
Passkey Complete for Apple Platforms - Go completely passwordless with a standalone auth solution in your Swift apps with Passage by 1Password
- Host: GitHub
- URL: https://github.com/passageidentity/passage-swift
- Owner: passageidentity
- License: mit
- Created: 2024-07-26T21:23:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:27:37.000Z (7 months ago)
- Last Synced: 2024-11-06T18:36:40.433Z (7 months ago)
- Topics: 1password, apple, authentication, biometrics, ciam, ios, macos, magic-links, native-passkeys, oauth2, oidc, otp, passage, passage-sdk, passkey-complete, passkeys, passwordless, swift, tvos, webauthn
- Language: Swift
- Homepage: http://docs.passage.id/complete
- Size: 184 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README





 ## About
[Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease.
Use [Passkey Flex](https://docs.passage.id/flex) to add passkeys to an existing authentication experience.
Use [Passkey Complete](https://docs.passage.id/complete) as a standalone passwordless auth solution.
Use [Passkey Ready](https://docs.passage.id/passkey-ready) to determine if your users are ready for passkeys.
### In passage-swift
Use passage-swift to implement Passkey Complete into your Swift application to authenticate requests and manage users.
| Product | Compatible |
| ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|  Passkey **Flex** | ✖️ For Passkey Flex, check out [passage-flex-ios](https://github.com/passageidentity/passage-flex-ios) |
|  Passkey **Complete** | ✅ |
|  Passkey **Ready** | ✖️ For Passkey Ready, check out [passage-authentikit-ios](https://github.com/passageidentity/passage-authentikit-ios) |
| |## Getting Started
### Check Prerequisites
You'll need a free Passage account and a Passkey Complete app set up in Passage Console to get started.
Learn more about Passage Console →### Install
Via Swift Package Manager - enter this url Xcode's Swift Package Manager's search bar:
```
https://github.com/passageidentity/passage-swift
```Via CocoaPods - add this dependency to your Podfile:
```ruby
pod 'PassageSwift'
```### Import
```swift
import Passage
```### Initialize
```swift
let passage = Passage(appId: "YOUR_PASSAGE_APP_ID")
```### Go Passwordless
Find all core functions, user management details, and more implementation guidance on our [Passkey Complete Swift Documentation](https://docs.passage.id/complete/ios/add-passage) page.
## Support & Feedback
We are here to help! Find additional docs, the best ways to get in touch with our team, and more within our [support resources](https://github.com/passageidentity/.github/blob/main/SUPPORT.md).
---
![]()
Passage is a product by 1Password, the global leader in access management solutions with nearly 150k business customers.
This project is licensed under the MIT license. See the LICENSE file for more info.