Skip to content

Commit

Permalink
Mention app-specific private key cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 21, 2024
1 parent e721d9d commit 0c28bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Web4 provides simplified authentication flow:
- Login via `/web4/login` endpoint
- Logout via `/web4/logout` endpoint
- Current account ID is available via `web4_account_id` cookie
- App-specific private key, if used, is stored in `web4_private_key` cookie
- Transactions can be submitted via POST requests to `/web4/contract/{contract_id}/{method_name}`

Example usage in JavaScript:
Expand Down

0 comments on commit 0c28bfc

Please sign in to comment.