From 4c896aac1c7737d0de67d911841623b59a134f53 Mon Sep 17 00:00:00 2001 From: Stefan Galler Date: Thu, 3 Oct 2024 15:52:25 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67476a2..e9b5938 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This project showcases a simple implementation of JWT auth in Flutter. -A detailed explanation of the implementation can be found on bettercoding.dev. +A detailed explanation of the implementation can be +found [in this blog](https://bettercoding.dev/flutter-jwt-authentication/) post +on [bettercoding.dev](https://bettercoding.dev). ## Server