After having done the view parts (Blazor Wasm – custom authentication – Part 1) now it’s time for the model.
Starting with reading the JWT into a List
of Claims
, so that we can pass it later into a own implementation of AuthenticationStateProvider
.