Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

mvcauth

.NET 5.0 MVC Website integrated with ServiceStack Auth

Login

Browse source code and install with the web dotnet tool:

$ dotnet tool install -g x

$ x new mvcauth ProjectName

OAuth Setup

Replace the oauth.* App settings with your own in appsettings.Development.json for local development and appsettings.json for production deployments.