Skip to content

Commit

Permalink
Merge branch 'master' into fix/migration-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan authored Sep 13, 2024
2 parents 851bbe9 + c88f25d commit bd90f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/migration-guides/tkey-v11-to-v15.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit bd90f77

Please sign in to comment.