Skip to content

Commit

Permalink
Add links to use case explanations in rendermode support table
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Jul 30, 2024
1 parent 986c9de commit 2c0ad12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/01.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

BitzArt.Blazor.Auth is a Blazor library that provides tearless **authentication** and **authorization** capabilities for your Blazor applications. Thanks to [Blazor.Cookies](https://github.com/BitzArt/Blazor.Cookies), it works with all Blazor United **render modes**.

| Blazor Rendermode | Support | Sign-In | Sign-Up | Sign-Out |
|-------------------------|:-------:|:-------:|:-------:|:--------:|
| Static SSR | ✔️ | ✔️ | ✔️ | ✔️ |
| Interactive Server | ✔️ | ✔️ | ✔️ | ✔️ |
| Interactive WebAssembly | ✔️ | ✔️ | ✔️ | ✔️ |
| Interactive Auto | ✔️ | ✔️ | ✔️ | ✔️ |
| Blazor Rendermode | Support | Sign-In | Sign-Up | Sign-Out |
|-----------------------------------------------------------------------|:-------:|:-------:|:-------:|:--------:|
| [Static SSR](04.use-cases/01.static-ssr.md) | ✔️ | ✔️ | ✔️ | ✔️ |
| [Interactive Server](04.use-cases/03.interactive-server.md) | ✔️ | ✔️ | ✔️ | ✔️ |
| [Interactive WebAssembly](04.use-cases/02.interactive-webassembly.md) | ✔️ | ✔️ | ✔️ | ✔️ |
| Interactive Auto | ✔️ | ✔️ | ✔️ | ✔️ |

### Getting Started

Expand Down

0 comments on commit 2c0ad12

Please sign in to comment.