Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Check out my [blog](https://dev.to/thangchung) or say hi on [Twitter](https://tw
* [API](#api)
* [Application Frameworks](#application-frameworks)
* [Application Templates](#application-templates)
* [Aspire](#aspire)
* [Authentication and Authorization](#authentication-and-authorization)
* [Blockchain](#blockchain)
* [Bot](#bot)
Expand Down Expand Up @@ -188,6 +189,13 @@ Follows best practices and conventions to provide you a SOLID development experi
* [Serenity](https://github.com/volkanceylan/Serenity) - Serenity is an ASP.NET MVC / TypeScript application platform designed to simplify and shorten development of data-centric business applications with a service based architecture.
* [Toucan](https://github.com/mrellipse/toucan) - Boilerplate for building single page apps. Server is multi-project .Net Core solution designed around SOLID principles. Client is TypeScript 2, Vuejs 2, Vuex 2.

### Aspire

* [MVFC.Aspire.Helpers](https://github.com/Marcus-V-Freitas/MVFC.Aspire.Helpers) -
Collection of .NET Aspire hosting integrations and helpers for GCP PubSub,
Cloud Storage, Gotenberg, Keycloak, Mailpit, MongoDB, RabbitMQ, Redis and WireMock.


### Authentication and Authorization
* [AspNet.Security.OpenIdConnect.Server](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server) - OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core.
* [Auth0](https://github.com/auth0/auth0.net) - Hosted, enterprise-grade platform for modern identity.
Expand Down