danpdc / cleanArchitectureTemplate

MIT License
175 stars 43 forks source link

Blazor Server Authentication #1

Open zaktecs opened 1 month ago

zaktecs commented 1 month ago

Hi,

Thank you very much for providing this template. I wanted to ask if it's possible to use JSON Web Tokens (JWT) with Blazor Server while using your template, or would I need to switch the authentication to ASP.NET Core Identity with "Individual Accounts"? Also, do you have a sample Blazor Server implementation that uses your template?

Kind regards, Zak

papyr commented 1 month ago

Hello, this is nice template, can we also get some common concerns, in mvc asp views to manage the user / roles /players.

I noticed you used jwt tokens purely, is this better that the asp identity, I did not know this was possible, so its been a good read