.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
Replace the oauth.*
App settings with your own in appsettings.Development.json
for local development and appsettings.json
for production deployments.
- Twitter - Create Twitter App with
{BaseUrl}/auth/twitter
referrer - Facebook - Create Facebook App with
{BaseUrl}/auth/facebook
referrer - Google - Create Google App with
{BaseUrl}/auth/google
referrer - Microsoft - Create Microsoft App with
{BaseUrl}/auth/microsoft
referrer