sticky-island-65815
08/07/2024, 11:30 PMAuthenticationServices
framework?chilly-king-10285
08/07/2024, 11:30 PMchilly-king-10285
08/07/2024, 11:30 PMAuthenticationServices
framework in Ory Kratos. However, Ory Kratos does support passkeys as a password replacement for more secure sign-ins. Passkeys are an industry-accepted standard and notable adopters include Apple. To enable passkeys in Ory, you can go to Authentication → Passwordless login in the [Ory Console](https://console.ory.sh/projects/current/passwordless) and toggle the switch to enable the feature. Alternatively, you can use the Ory CLI to enable the passkey strategy with the following command: bash ory patch identity-config <your-project-id> \ --add '/selfservice/methods/passkey/enabled=true' \ --add '/selfservice/methods/passkey/config/rp/display_name="My Display Name"'
For more information on Ory Kratos User Login and User Registration, you can refer to the [User Login Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration). For specific information about using Swift and Apple's AuthenticationServices
framework with Ory Kratos, I recommend checking the official Ory documentation or reaching out to the Ory community for more detailed guidance.sticky-island-65815
08/07/2024, 11:32 PMchilly-king-10285
08/07/2024, 11:32 PMchilly-king-10285
08/07/2024, 11:32 PMupdateLoginFlow
API might look like: json { "csrf_token": { "description": "Sending the anti-csrf token is only required for browser login flows.", "type": "string" }, "method": { "description": "Method should be set to 'passkey' when logging in using the Passkey strategy.", "type": "string" }, "passkey_login": { "description": "Login a WebAuthn Security Key. This must contain the ID of the WebAuthN connection.", "type": "string" } }
Please note that the actual implementation might vary depending on your specific use case and setup. For more detailed information, you can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api).sticky-island-65815
08/08/2024, 2:49 PMchilly-king-10285
08/08/2024, 2:49 PMchilly-king-10285
08/08/2024, 2:50 PMsticky-island-65815
08/08/2024, 3:53 PMchilly-king-10285
08/08/2024, 3:53 PMchilly-king-10285
08/08/2024, 3:53 PM