vlzsombor / Survey

1 stars 0 forks source link

Refactor client error handling #6

Open vlzsombor opened 2 years ago

vlzsombor commented 2 years ago

Not successful authorization, server dependencies (is not null etc)

vlzsombor commented 2 years ago

https://github.com/vlzsombor/Survey/issues/9

vlzsombor commented 2 years ago

Registration page's server error handling working. Should be generalised into login page etc.

vlzsombor commented 2 years ago

401 error handling, with general solution (showing for user and persistent strogate)

https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/handle-errors?view=aspnetcore-5.0&pivots=webassembly

vlzsombor commented 2 years ago

https://code-maze.com/global-http-error-handling-in-blazor-webassembly/