Skip to content

Commit b701a12

Browse files
authored
Update README.md
1 parent fd955f8 commit b701a12

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Overview
77

8-
**Blazor.Auth** is a developer-friendly JWT & Cookie authentication library for Blazor (Server, WASM, United, SSR, Auto). Built for .NET 8+ and designed to make Blazor authentication less painful, more secure, and (dare we say) enjoyable.
8+
**Blazor.Auth** is a developer-friendly JWT & Cookie authentication library for Blazor. Built for .NET 8+ and designed to make Blazor authentication less painful, more secure, and (dare we say) enjoyable.
99

1010
> 🍪
1111
> The package uses [Blazor.Cookies](https://github.com/BitzArt/Blazor.Cookies) for persisting user authentication state via browser cookies.
@@ -14,10 +14,9 @@ This package is for developers who want to:
1414

1515
- Add JWT authentication to Blazor apps (Server, WebAssembly, United)
1616
- Use secure cookie authentication in .NET 8+ Blazor projects
17+
- Implement authentication & authorization in public-facing Blazor sites, SaaS dashboards, or internal enterprise Blazor apps
1718
- Implement custom login, logout, and token refresh flows
1819
- Leverage Blazor's built-in authorization capabilities (such as `[AuthorizeView]` and `[CascadingAuthenticationState]`)
19-
- Persist authentication state in browser cookies (no localStorage/sessionStorage)
20-
- Use in public-facing Blazor sites, SaaS dashboards, or internal enterprise Blazor apps
2120

2221
### Why Blazor.Auth?
2322

0 commit comments

Comments
 (0)