Skip to content

Commit

Permalink
chore: remove enhanced section
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jul 11, 2024
1 parent 88520e8 commit 53645e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/Modules/sessions/DistributedSessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The Delegated Authorisation Network (DAN) is Biconomy’s blockchain-agnostic pr
Currently when you create a session our [ABI session validation module](./abiSessionValidationModule) is used, and permissions are stored on-chain. However, the private key associated with these permissions can be stored in DAN by setting the `storeSessionKeyInDAN` to `true` while calling the [`createSession()`](../../tutorials/sessions/createSession) helper.
If you want to generate a session key with dan, or sign a message using the session key then the following utility helpers can be used:

- [generateSessionKey()](../../tutorials/utils/dan/generateSessionKey)
- [signMessage()](../../tutorials/utils/dan/signMessage)
- [generateSessionKey()](../../tutorials/utils/DAN/generateSessionKey)
- [signMessage()](../../tutorials/utils/DAN/signMessage)

### Coming Soon...

Expand Down
5 changes: 0 additions & 5 deletions docs/Modules/sessions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ With session keys, users can delegate specific permissions, automating actions w
- **Recurring Payments:** Automate recurring payments for services or subscriptions by setting up session keys with spending limits and time constraints.
- **Contract Interactions:** Enable smart contracts to interact with other contracts or services automatically based on certain triggers or conditions.


### Enhanced Security

By minimizing the exposure of the main private key, session keys add a layer of security. Even if a session key is compromised, the attacker does not gain access to the user's main account and funds. This layered security approach helps mitigate risks associated with key management.

## Applications of Session Keys

### Skipping Confirmations
Expand Down

0 comments on commit 53645e7

Please sign in to comment.