Skip to content

sahanar28/ApptestField__2

Repository files navigation

mvcauth

.NET 6.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

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new mvcauth

OAuth Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published