Skip to content

Commit

Permalink
Update intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg authored Oct 16, 2024
1 parent 305eec9 commit 5e29847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/authentication/session-sigs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If an instance of `LocalStorage` is not provided as the `storageProvider`, a new

In addition to the automatic generation of session key pairs, you can manually generate a session key pair using the `generateSessionKeyPair()` function. This provides greater control over session management, especially in environments where custom handling of keys is necessary, such as server-side applications.

When a session keypair is generated, it includes both a public key and a private key (using the [Ed25519](https://ed25519.cr.yp.to/) algorithm). These key pairs are unique to the user’s device, ensuring that the session remains secure to that environment.
When a session keypair is generated, it includes both a public key and a private key (using the [Ed25519](https://ed25519.cr.yp.to/) algorithm). These key pairs are unique for the user’s device, ensuring that the session remains secure to that environment.

## Note:

Expand Down

0 comments on commit 5e29847

Please sign in to comment.