Appmilla.IdentityUserReg 1.0.0

dotnet new install Appmilla.IdentityUserReg@1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

.Net CLI template for Identity Server v6 with ASP.Net Core Identity

IdentityServer v6 with ASP.Net Core Identity for user registration and focus on mobile client using PKCE OAuth 2.0 flow.

An overview video with a demo can be found at https://youtu.be/U4WXru88NCQ

Example clients can be found in this repo:- https://github.com/Appmilla/identity-server-user-registration-example

This is built using .Net 6.0, I've tested this using Visual Studio 2022 on Windows and Rider EAP on MacOS https://www.jetbrains.com/rider/nextversion/

To install the template from the nuget package:- dotnet new --install Appmilla.IdentityUserReg::1.0.0

The installed template should be listed like this:-

Identity Server with ASP.NET User Registration isuserreg [C#] Web/MVC/Razor Pages

To create a new IdentityServer host project use :

dotnet new isuserreg -n YOUR_NAME_FOR_THE_SERVER

Running the project should display the Duende IdentityServer page on port 5001

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 931 3/15/2022

Initial release