wangkanai - Wangkanai.IdentityAdmin 0.0.106-build82

IdentityAdmin is a free, open source that provides the necessary administration portal for managing IdentityServer to manage clients and users. IdentityAdmin will allow easier implementation of IdentityServer whom provides no administration tool for managing its configuration.

PM> Install-Package Wangkanai.IdentityAdmin -Version 0.0.106-build82 -Source https://www.myget.org/F/wangkanai/api/v3/index.json

Copy to clipboard

> nuget.exe install Wangkanai.IdentityAdmin -Version 0.0.106-build82 -Source https://www.myget.org/F/wangkanai/api/v3/index.json

Copy to clipboard

> dotnet add package Wangkanai.IdentityAdmin --version 0.0.106-build82 --source https://www.myget.org/F/wangkanai/api/v3/index.json

Copy to clipboard
<PackageReference Include="Wangkanai.IdentityAdmin" Version="0.0.106-build82" />
Copy to clipboard
source https://www.myget.org/F/wangkanai/api/v3/index.json

nuget Wangkanai.IdentityAdmin  ~> 0.0.106-build82
Copy to clipboard

> choco install Wangkanai.IdentityAdmin --version 0.0.106-build82 --source https://www.myget.org/F/wangkanai/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "wangkanai" -SourceLocation "https://www.myget.org/F/wangkanai/api/v2"
Install-Module -Name "Wangkanai.IdentityAdmin" -RequiredVersion "0.0.106-build82" -Repository "wangkanai" -AllowPreRelease
Copy to clipboard

IdentityAdmin

(Alpha Development)

IdentityAdmin is a free, open source that provides the necessary administration portal for managing IdentityServer to manage clients and users. IdentityAdmin will allow easier implementation of IdentityServer whom provides no administration tool for managing its configuration.

Please show some me love and click on :star: This help movtivate me to continue on developing the project.

Build status GitHub Open Collective Patreon

NuGet Badge NuGet Badge MyGet Badge

Build history

Overview

Installation of IdentityAdmin

PM> install-package Wangkanai.IdentityAdmin

Implement of the library into your web application is done by configuring the Startup.cs by adding the IdentityAdmin service in the ConfigureServices method.

public void ConfigureServices(IServiceCollection services)
{
    services.AddControllersWithViews();

    services.AddIdentityServer()
        .AddAspNetIdentity<ApplicationUser>();

    services.AddIdentityAdmin<ApplicationUser>();
}

Adding the IdentityAdmin middleware to the pipeline. The IdentityAdmin middleware is enabled in the Configure method of Startup.cs file.

public void Configure(IApplicationBuilder app)
{
    app.UseIdentityServer();

    app.UseIdentityAdmin();

    app.UseEndpoints(endpoints => endpoints.MapDefaultControllerRoute());
}

Directory Structure

  • src - The source code of this project lives here.
  • test - The unit tests code of this project to valid that everything pass specs.
  • sample - The sample code of this project lives here.

Contributing

All contribution are welcome, please contact the author.

  • .NETCoreApp 3.0
    • Wangkanai.Detection (>= 3.0.0-alpha08)
  • .NETCoreApp 3.0: 3.0.0.0

Owners

Sarin Na Wangkanai

Authors

Sarin Na Wangkanai

Project URL

https://github.com/Wangkanai/IdentityAdmin

License

Unknown

Tags

aspnetcore identityserver admin

Info

11 total downloads
1 downloads for version 0.0.106-build82
Download (8.55 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
0.0.106-build82 8.55 KB Fri, 14 Feb 2020 09:18:07 GMT 1
0.0.106-build81 8.55 KB Wed, 12 Feb 2020 07:08:51 GMT 1
0.0.106-build80 8.55 KB Wed, 12 Feb 2020 07:02:33 GMT 1
0.0.106-build79 8.55 KB Mon, 10 Feb 2020 07:24:17 GMT 1
0.0.106-build78 8.55 KB Mon, 10 Feb 2020 07:22:23 GMT 1
0.0.105-build77 8.55 KB Mon, 10 Feb 2020 07:18:31 GMT 3
0.0.0-build85 7.92 KB Tue, 13 Oct 2020 02:27:51 GMT 1
0.0.0-build84 7.92 KB Tue, 13 Oct 2020 02:21:48 GMT 1
0.0.0-build83 7.89 KB Tue, 13 Oct 2020 02:13:11 GMT 1