minimal-api-jwt-auth icon indicating copy to clipboard operation
minimal-api-jwt-auth copied to clipboard

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

Results 2 minimal-api-jwt-auth issues
Sort by recently updated
recently updated
newest added

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.

Using asymmetric keys to sign JWTs would strengthen the overall security and integrity of our system. In this model, our system would generate private-public key-pairs, as many as needed. Then,...

enhancement