Skip to content

Commit

Permalink
Better wording in Static SSR diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Jul 30, 2024
1 parent f8b623e commit 3c772cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/04.use-cases/01.static-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Back to [Use Cases](../04.use-cases.md)

The following sequence diagrams illustrate the use cases for Blazor.Auth in a Blazor application that is currently using `Static SSR` render mode.

For implementing these use-cases, an approach utilizing form submission is used. For more information on how Blazor handles form submission in Static SSR, refer to [Blazor Documentation](https://learn.microsoft.com/en-us/aspnet/core/blazor/forms/#handle-form-submission).
For the purposes of these sample flows, an approach utilizing form submission is used. For more information on how Blazor handles form submission in Static SSR, refer to [Blazor Documentation](https://learn.microsoft.com/en-us/aspnet/core/blazor/forms/#handle-form-submission). You can use any other approach, as long as it is compatible with Static SSR. Just resolve the `IUserService` from the DI container and call it's appropriate method - Blazor.Auth will take care of the rest.

### Sign-In

Expand Down

0 comments on commit 3c772cf

Please sign in to comment.