{"repo":"NetDevPack/Security.Identity","free":true,"listed":false,"github":"https://github.com/NetDevPack/Security.Identity","clone":"git clone https://github.com/NetDevPack/Security.Identity.git","description":".NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities","language":"C#","stars":576,"topics":["asp-net-identity","identity","oauth","jwt","json-web-token","authentication","authorization","claims","roles","custom-authentication"],"license":"MIT","category":"auth-billing-email","readme_excerpt":"What is the .NET DevPack.Identity? ===================== .NET DevPack Identity is a set of common implementations to help you implementing ASP.NET Identity, JWT, claims validation and another facilities Give a Star! :star: If you liked the project or if NetDevPack helped you, please give a star ;) Get Started Package Version Popularity ------- ----- ----- NetDevPack.Identity .NET DevPack.Identity can be installed in your ASP.NET Core application using the Nuget package manager or the dotnet CLI. If you want to use our IdentityDbContext (ASP.NET Identity standard) you will need to create the Identity tables. Set your connection string in the appsettings.json and follow the next steps: Add the IdentityDbContext configuration in your startup.cs : Note: You must inform the namespace to avoid migration errors Note: You must install the Microsoft.EntityFrameworkCore.SqlServer or another provider like Npgsql.EntityFrameworkCore.PostgreSQL package to have support from your database. Find the package for your database here Add the Identity configuration in ConfigureServices method of your startup.cs : Note: This extension returns an IdentityBuilder to allow you extending the configuration Add the Identity configuration in Configure method of your startup.cs : Note: This method need to be set between app.UseRouting() and app.UseEndpoints() Run the command to generate the migration files: Run the command to generate the database: Note: If are you using your own IdentityDbContext you mus","default_branch":null,"files":null,"tree":[],"storefront":"/r/NetDevPack","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/NetDevPack/Security.Identity/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}