Skip to content

Commit a3a8151

Browse files
brozorecCopilot
andauthored
Update content/stellar-contracts/accounts/smart-account.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 382bfba commit a3a8151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/stellar-contracts/accounts/smart-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This separation allows for clean composition of authorization requirements while
7979

8080
## Authorization Flow
8181

82-
Authorization is determined by matching the current call context against the account's context rules:
82+
Authorization is determined per authorization context by evaluating the specific context rule explicitly selected by the client:
8383

8484
1. **Rule Lookup**: Look up the context rule specified by the client via `context_rule_ids` in the `AuthPayload`
8585
2. **Rule Evaluation**: Validate the rule matches the context, authenticate signers, and enforce policies (policies panic on failure)

0 commit comments

Comments
 (0)