From b9e60f304c041c7605785c2e51a17bd332454245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Jakob=20H=C3=A5land?= <69513739+hansjhaland@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:34:46 +0200 Subject: [PATCH] Update README.md Adds link to existing repo with JWT implementation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b14ae3b..db258e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Link to repo with JWT implementation: +[Cinema Challenge](https://github.com/hansjhaland/csharp-api-cinema-challenge?tab=readme-ov-file) + # C# Authentication HTTP Requests ## Create a complete webapi using Jwt Authentication