Blazor Server Side (Razor components) with JWT API
Hello,
Can anyone point me in the right direction? I'm looking for examples of how provide authentication/authorisation in a Blazor Server side (not client site!!) app against a JWT based API (the user store / authentication is in the API, which returns a JWT on successful sign in).
I got it working in Blazor Client side, but its way too experiential for me to get much else working! Server side appears easier generally but I'm stumbling at the jwt auth hurdle!
Thanks!
0 comments:
Post a Comment