A Demonstration of Simple Server-side Blazor Cookie Authentication

image

When you create a non-server-side Blazor application you can use a method such as JWT Authentication with Dotnet Core 2.1 and Blazor app. However, server-side Blazor provides options for deeper integration between the ‘client side’ and ‘server side’ code because the ‘client side’ code is processed server-side. With server-side Blazor, we end up using less code, and things are a lot less complex because we can trust that the end-user was not able to alter or hack the ‘client side’ code…

Tags: Blazor,Server-Side Blazor
 •  0 comments  •  flag
Share on Twitter
Published on November 04, 2018 13:09
No comments have been added yet.