Skip to content

Commit

Permalink
Update integration-guide.mdx (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinush authored Oct 30, 2024
1 parent 748f8b3 commit b387b1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Save the address of the account you used to register the JWKS as you will need i
To learn more about the `0x1::jwks::update_federated_jwk_set` entry function, see the [reference documentation](https://aptos.dev/en/build/smart-contracts/move-reference?page=aptos-framework%2Fdoc%2Fjwks.md#0x1_jwks_update_federated_jwk_set).

<Callout type="warning">
**Handling key roations**
**Handling key rotations**

Whenever there is a key rotation of the JWKS, it is important to update the JWKS registered on chain promptly to avoid any loss of access to Federated Keyless accounts. See [here](key-considerations.mdx) for more info.
</Callout>
Expand All @@ -70,4 +70,4 @@ Now that you have registered the JWKS, you can follow the Aptos Keyless integrat

[Aptos Keyless Integration Guide - Step 2](../integration-guide.mdx#step-2-install-the-aptos-typescript-sdk)

</Steps>
</Steps>

0 comments on commit b387b1d

Please sign in to comment.