-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEP-45: Replay prevention + argument name fixes #1639
base: master
Are you sure you want to change the base?
Conversation
5a49e5e
to
666c570
Compare
666c570
to
6abbb17
Compare
I found an occurrence of Home Domain Address here: |
ecosystem/sep-0045.md
Outdated
Address** and contains a valid signature from the **Home Domain Address** | ||
1. The `client_domain_signer` value matches the **Client Domain Account** | ||
1. The **Client** verifies that there is an authorization entry where `credentials.address.address` is the **Server | ||
Account** and contains a valid signature from the **Server Account** | ||
1. The **Client** signs the authorization entry where `credentials.address.address` is the **Client Account** using the | ||
secret key(s) of the signer(s) for the **Client Account** | ||
- Note: **Client** signatures may not be required if the contract's `__check_auth` implementation does not require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make it clear that this contract
refers to the Client's contract account? When I read it I assumed this was referring to the SEP-45 contract.
- Note: **Client** signatures may not be required if the contract's `__check_auth` implementation does not require | |
- Note: **Client** signatures may not be required if the Client contract's `__check_auth` implementation does not require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Home Domain Address
toServer Account
Client Domain Address
toClient Domain Account
home_domain_address
argument toweb_auth_domain_signer
client_domain_address
argument toclient_domain_signer
home_domain
argument toweb_auth_verify
function