maacpiash / minimal-api-jwt-auth

🔐 🛂 ASP.NET 6 and 7 minimal API with JWT authentication and authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Net 8

kevon-vems opened this issue · comments

I respectfully ask it it is possible for you to update this to .Net 8?

I'm having trouble getting the older version to run.

After the release of .NET 8, I thought this project was no longer relevant or necessary, since they added Identity API endpoints. Now, that Identity API endpoints do not use JWT, but a different format of token powered by ASP.NET Core Data Protection.

Since you asked for this project in .NET 8, I will start working on it.

Thank you. I reviewed the link to the core data protection, and it does not seem to be a replacement for jwt