wiseowls.co.nz - Timur and associates - Notes of an IT contractor

Description: Notes of an IT contractor

Example domain paragraphs

Notes of an IT contractor

Recently, we inherited an Azure Static Web App project with a Blazor WASM frontend. The previous developer had given up on configuring the built-in authentication that comes bundled with Static Web Apps and was about to ditch the whole platform and rewrite the API backend for ASP.NET and App Services. This would have meant we could use ASP.NET Membership and be in full control of the user lifecycle. At the same time, we would have implemented our own user management layer which would be redundant in our cas

Ultimately, we have two puzzle pieces here: Static Web Apps authentication and Blazor.