Appmilla.IdentityUserReg
1.0.0
dotnet new install Appmilla.IdentityUserReg@1.0.0
.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
-
- Duende.IdentityServer (>= 6.0.4)
- Duende.IdentityServer.AspNetIdentity (>= 6.0.4)
- Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (>= 6.0.2)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 6.0.2)
- Microsoft.AspNetCore.Identity.UI (>= 6.0.2)
- Microsoft.EntityFrameworkCore.Sqlite (>= 6.0.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 6.0.2)
- Microsoft.EntityFrameworkCore.Tools (>= 6.0.2)
- Microsoft.VisualStudio.Web.CodeGeneration.Design (>= 6.0.2)
- Newtonsoft.Json (>= 13.0.1)
- Serilog.AspNetCore (>= 5.0.0)
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