You’re now watching this thread and will receive emails when there’s activity. Click again to stop watching or visit your profile/homepage to manage your watched threads.
You’ve stopped watching this thread and will no longer receive emails when there’s activity. Click again to start watching.
Please tell me the link of source code and project of this shiny app.
The Shiny app has sample code that shows how to add support for passkeys to your app. If that’s what you’re after, @meaton has you covered above.
There is no sample code for the iCloud Keychain Verification Codes question because very little code is required to fill one-time codes in your apps. All you need to do on the app side is set textField.textContentType = .oneTimeCode on the field that accepts the one-time code.
-
—
iqranawaz
-
—
meaton
-
—
erynrwells
Add a CommentThe secure code for the main demo app can be found in the main folder of "drm_license_uri" for key requests.
Here is the source for the Shiny app: https://developer.apple.com/documentation/authenticationservices/connecting_to_a_service_with_passkeys Corresponding with the WWDC21 session 10106: Move Beyond Passwords.
The Shiny app has sample code that shows how to add support for passkeys to your app. If that’s what you’re after, @meaton has you covered above.
There is no sample code for the iCloud Keychain Verification Codes question because very little code is required to fill one-time codes in your apps. All you need to do on the app side is set
textField.textContentType = .oneTimeCodeon the field that accepts the one-time code.There’s more information about that in the docs here: https://developer.apple.com/documentation/authenticationservices/securing_logins_with_icloud_keychain_verification_codes