AfRApay/AfRApay.Web/Backend/Tables
embr 0bf9843c1f AfRApay.Web: Make transactions idempotent
First rule of networking is the network is unreliable. Sometimes things get
lost, sometimes it gets found multiple times for TCP reasons or because a
browser tries to be clever.

And when you're dealing with money, even if it's monopoly money, you don't
want a duplicated request to mean a double-debit. The easiest way to do this
is to simply include an idempotency key with each request - if that key is
repeated, the request is ignored.
2023-02-09 00:24:11 +01:00
..
Card.cs A new start 2023-02-06 02:37:36 +01:00
Config.cs Fix compile warnings 2023-02-08 18:02:38 +01:00
DbInfo.cs A new start 2023-02-06 02:37:36 +01:00
User.cs AfRApay.Web: Make transactions idempotent 2023-02-09 00:24:11 +01:00