From d693159506dbd03480a3473947b370baab00cd18 Mon Sep 17 00:00:00 2001 From: Yashovardhan Agrawal <21066442+yashovardhan@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:31:47 +0530 Subject: [PATCH] Update tkey-v11-to-v15.mdx --- docs/migration-guides/tkey-v11-to-v15.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/migration-guides/tkey-v11-to-v15.mdx b/docs/migration-guides/tkey-v11-to-v15.mdx index be117462a..a4c74768e 100644 --- a/docs/migration-guides/tkey-v11-to-v15.mdx +++ b/docs/migration-guides/tkey-v11-to-v15.mdx @@ -98,12 +98,12 @@ from v15, developers can use the tKey with the Blockchain ecosystem which uses t :::warning -Please note this is a native support for `ed25519` curve in tKey SDK, unlike the previous -integrations where using the `openlogin-ed25519` package a sub key was derived for support the +Please note, this is a native support for `ed25519` curve in tKey SDK, unlike the previous +integrations where, using the `openlogin-ed25519` package, a sub key was derived for supporting the curve. If you are already using the `openlogin-ed25519` package for your application, please do not upgrade -to this as **it will cause the keys to change** for existing users. +to this method as **it might cause the keys to change** for existing users. For new integrations, we recommend using this new flow of native support for `ed25519` curve. @@ -129,7 +129,7 @@ const seed = await tKey.retrieveEd25519Seed(); // focus-end ``` -## Addition of in SFA Service Provider +## Addition of SFA Service Provider As part of the broader updates to the tKey SDK, one of the key changes we've introduced is the Single Factor Auth Service Provider. This update simplifies the authentication process by reducing