baristaner
How can i use ASP.NET CORE Identity with JWT
Hello guys i'm using Identity Package for authentication,and i want to implement JWT TOKEN to my auth system
Right now endpoints that comes with Identity works fine it returns token but it doesnt look like a JWT Token
The Login EP Returns
And here is my AddAuthentication in Program cs
5 replies