From 8f794282cd19dd104382366723c63eba330edb97 Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Fri, 8 Mar 2024 16:48:39 +0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2053343..2ae32df 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ **BitzArt.Blazor.Cookies** is a nuget package that simplifies working with browser cookies in Blazor applications. +> 🍪 +> We also have an [authentication package](https://github.com/BitzArt/Blazor.Auth) for Blazor that simplifies implementing custom JWT-based authentication & authorization in your Blazor applications while using this package under the hood. + You can use cookies in your Blazor applications as a way to store user's unique information, such as preferences, settings, or session / authentication data. - Built for dotnet 8+