Introduction

BitzArt.Blazor.Auth is a Blazor library that provides tearless authentication and authorization capabilities for your Blazor applications. Thanks to Blazor.Cookies, it works with all Blazor United render modes.

Blazor RendermodeSupportSign-InSign-UpSign-Out
Static SSR✔️✔️✔️✔️
Interactive WebAssembly✔️✔️✔️✔️
Interactive Server✔️✔️✔️✔️
Interactive Auto✔️✔️✔️✔️

Getting Started

Refer to the Getting Started section to learn how to use this library in your Blazor applications.