Sharing authentication between multiple Blazor apps
Posted: 12/21/2023 5:08:16 PM
By:
Times Read: 445
0 Dislikes: 0
Topic: Programming: Blazor Server

Just got done putting together a demo of how to share authentication between multiple .NET 8 Blazor apps so that users do not need to re-log-in to each app as they move between them.

See the GitHub source here: Blazor Shared Authentication

Note that this will only work with .NET 8, previous versions of .NET used a different way of doing authentication.

Rating: (You must be logged in to vote)