AfRApay/AfRApay.Web/Backend
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
..
Tables AfRApay.Web: Make transactions idempotent 2023-02-09 00:24:11 +01:00
Database.cs A new start 2023-02-06 02:37:36 +01:00
Migrations.cs A new start 2023-02-06 02:37:36 +01:00
Startup.cs Add swagger, start work on user api controller 2023-02-07 23:02:10 +01:00