You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/tutorials/movie-database-app/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,8 @@ At the end of the tutorial, you'll have a Blazor Web App that can display and ma
29
29
30
30
## Secure authentication flow required for production apps
31
31
32
-
This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see the following resources:
32
+
This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see <xref:blazor/security/index> and the following articles in the *Server* security node:
33
33
34
-
*<xref:blazor/security/index>
35
-
*<xref:blazor/security/index> and the following articles in the *Server* security node
0 commit comments