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.