srcfl / srcful-gateway

Sourceful Energy Gateway: Connect your solar inverter or Utility meters to earn tokens.
https://sourceful.energy/
MIT License
5 stars 2 forks source link

Endpoint for walletless recovery #277

Closed h0bb3 closed 2 weeks ago

h0bb3 commented 2 weeks ago

We need an endpoint for the recovery of walletless keys. This basically just signs a message to the backend and return the answer.

$"{keyPair!.PublicKey}|{accessKey}|{DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ")}";

h0bb3 commented 2 weeks ago

this will be under POST walletless/recover

h0bb3 commented 2 weeks ago

This will transform into a generic endpoint for signing stuff.