Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 297 Bytes

.NET 7 JWT Auth API

This is a simple API that uses JWT authentication. On successful login, the JWT is sent in an httpOnly cookie.

Make sure to add your own connection string MongoDBConnectionSettings:ConnectionString and JWT secret JwtSettings:JwtSecret to the appsettings.