From 3623b862c3a05a81fc603c9a6c78af0c82262b48 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:03:51 +0000 Subject: [PATCH] 2025-04-09: Add How to implement cryptographically-secure API keys in Rust --- draft/2025-04-09-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-04-09-this-week-in-rust.md b/draft/2025-04-09-this-week-in-rust.md index 794aa4fae..9df385110 100644 --- a/draft/2025-04-09-this-week-in-rust.md +++ b/draft/2025-04-09-this-week-in-rust.md @@ -47,6 +47,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [How to implement cryptographically-secure API keys in Rust](https://kerkour.com/api-keys) + ### Research ### Miscellaneous