We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts.
These users are either represented using a muxed account (an M... address) or a Stellar account (G...) accompanied by an ID memo.
M...
G...
buildChallengeTx()
memo
readChallengeTx()
The JS and Python SDKs have implemented this functionality, please use them as references:
The text was updated successfully, but these errors were encountered:
stellar/stellar-protocol#1056
Sorry, something went wrong.
No branches or pull requests
SEP-10 Muxed Account & Memo Support
SEP-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts.
These users are either represented using a muxed account (an
M...
address) or a Stellar account (G...
) accompanied by an ID memo.Changes
buildChallengeTx()
or the equivalent functionmemo
parameter that accepts a 64-bit integer representation and attach it to the challenge transaction returnedreadChallengeTx()
or the equivalent functionmemo
to the return value if present in the challenge transactionImplementations
The JS and Python SDKs have implemented this functionality, please use them as references:
The text was updated successfully, but these errors were encountered: