I built a small Rust experiment for putting an authorization boundary in front of a protected action. An authorization is tied to a specific action, resource, and payload. Once it's used successfully, trying to use the same authorization again is denied.

Source: [Hacker News](https://news.ycombinator.com/item?id=49840686)

Sponsored