Implement signing feature#1003
Conversation
AhmedHanafy725
left a comment
There was a problem hiding this comment.
Please add a destination URL in all of the signing methods to send the signature to that destination in a post request with an application/json header, and set the signed data in the signature key
{ "signature": "<signed data>" }
| setState(() { | ||
| linkError = 'Missing required parameters'; | ||
| }); | ||
| _showInvalidLinkDialog(); |
There was a problem hiding this comment.
tried to use the raw content of the repo readme as the link but it fails
https://raw.githubusercontent.com/threefoldtech/tfgrid-sdk-dart/refs/heads/development/README.md
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
|
@ehab-hassan, can you have a look at the design here? |
All good to me, just small comments For signing in, use this. |
|
|
|
||
| @override | ||
| Widget build(BuildContext context) { | ||
| final wallets = ref.watch(walletsNotifier); |
There was a problem hiding this comment.
What if the wallets were not loaded?
There was a problem hiding this comment.






Changes
2025-04-27.16.37.20.mp4
Related Issues
Tested Scenarios
A list of scenarios tried to match the deliverables