marigold-dev / gas-station

MIT License
3 stars 1 forks source link

[WIP] Prototype for a remote API validation #56

Open aguillon opened 7 months ago

aguillon commented 7 months ago

Lots of things need to be improved, but this is a working example of a validation done by a third-party. The exact protocol needs to be written somewhere (I'll probably write documentation next week), but right now we have this:

I used JWT and RSA encryption for the signature of the token. Comments? Suggestions?