Skip to content

Commit 18ae826

Browse files
committed
fix: typo
1 parent 22c2cb7 commit 18ae826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tools/session-keys/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Key Management is an extremely important aspect of the security. One thing to no
99
\
1010
Our current client side key management is only on the web. Given the constraints, we do take adequate security measures on the browser. \
1111
\
12-
The ephemeral keypair is encrypted and safely stored in the user's browser using IndexedDB, an in-browser database. When a user initiates an action, such as signing and sending a transaction, the session token signs the transaction using the temporary key pair. The smart contract can then validate the transaction, confirming that the user's wallet authorized the session token.\
12+
The ephemeral keypair is encrypted and safely stored in the user's browser using IndexedDB, an in-browser database. When a user initiates an action, such as signing and sending a transaction, the session token signs the transaction using the temporary key pair. The smart contract can then validate the transaction, confirming that the user's wallet authorized the session token.
1313

1414
1. Generate a random keypair using `web3.Keypair.generate()`
1515
2. Generate a random encryption key

0 commit comments

Comments
 (0)