-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG] Unclear error message in wallet-based authentication #1340
Comments
@NabinKawan This is an example of the implementation of the login function, where for the payload we send an identifier that is a change address and a signData object. Have you tried this? |
@teske00 The error is generated from the backend side. On the frontend, I am using cardano-test-wallet, which is a wallet we have implemented for our tests. The curl request mentioned in the ticket is request made by frontend using the login function you specified. My question is, the error message is unclear. I have already implemented the signData logic in |
We have updated the backend, try again and let us know what response you get |
It is still unclear, |
@NabinKawan Is this enough, can we close the issue? |
Yes, it has been fixed and version of cardano-test-wallet has been updated. #1455 |
I've added support for wallet-based authentication for PDF in
cardano-test-wallet
. The authentication flow failed with the following error message:The error is unclear, making it hard to figure out the actual reason for failing.
Payload to sign:
Format of signature used:
For detailed information on the signing specification, refer to CIP-0008 signing spec.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: