JWT Authentication in Blazor Server App

Mohammad Nasir Uddin 41 Reputation points
2022-08-28T04:17:57.883+00:00

Hi, I am new in Blazor and I am creating an application in Blazor Server with .NET 6. Now I need to implement JWT authentication in my project. Can anyone givem me some direction or any tutorial URL for this so that I can implement JWT authentication in my application.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,565 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Prathamesh Shende 381 Reputation points
    2022-09-18T17:28:34.51+00:00

    You should go with Identity Server 4 It's very secure and easy to intergrate with your code. It have inbuild scaffolding so you can use while creating a new project.

    0 comments No comments

  2. Michael Washington 911 Reputation points MVP
    2022-09-18T17:37:26.21+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.