Skip to content

Maxi10022/csharp-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

C# Templates

This is a template repository with some C# API templates.

Available Templates

1. FastEndpoints with Identity and Marten

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.

Supported authentication methods are:

  • Email & Password
  • Google

Authentication scheme is configured for cookies only.

About

Contains a collection of projects for fast setup of new web APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published