Summary
In this chapter, we learned how to add authentication to our existing site. It is easier to add authentication at the point of creating a project, but now we have a better understanding of what is going on under the hood.
In the next chapter, we will share the components between our Blazor Server project and our Blazor WebAssembly project, making both projects look the same (and look great) as well as calling our web API for the first time.