This is a template repository with some C# API templates.
Requires a Postgres connection string, simplest way to get one is to spin up a Docker instance.
Ideal for event sourced APIs with ASP.NET Identity authentication.
The Identity endpoints are ported to FastEndpoints endpoints to integrate seamlessly with the auto-generated NSwag documentation.
- Email & Password
Authentication scheme is configured for cookies only.