auth0-samples / auth0-aspnetcore-mvc-samples

Auth0 Integration Samples for ASP.NET Core MVC Web Applications
https://auth0.com/docs/quickstart/webapp/aspnet-core
MIT License
152 stars 199 forks source link

Merge Startup.cs logic into Program.cs. #81

Closed LayersOfAbstraction closed 1 year ago

LayersOfAbstraction commented 1 year ago

Hi there,

I deleted Startup.cs and merged the logic from that file into Program.cs with the minimal hosting model as per #79.

Confirmed as running in IIS. Was able to log in to the account profile with ClientID and Domain upon compilation. As discussed I will try to update the docs to reflect this so we can merge everything at the same time.

frederikprijck commented 1 year ago

Thanks, looks good. Will approve once we have the docs, to avoid merging this accidentically.