Skip to content

Commit

Permalink
Update docs/dapp/sapphire/authentication.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
CedarMist and matevz authored Oct 10, 2023
1 parent d2d6591 commit dba0d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dapp/sapphire/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const signature = await eth.signer._signTypedData({
});
const rsv = ethers.utils.splitSignature(signature);
const auth = {user, time, rsv};
// The `auth` variable can then be cached
// The `auth` variable can then be cached.

// Then in the future, authenticated view calls can be performed by
// passing auth without further user interaction authenticated data
Expand Down

0 comments on commit dba0d02

Please sign in to comment.