All Projects → houseofcat → Authentication

houseofcat / Authentication

Licence: MIT license
Authentication examples for AspNetCore 3.1

Programming Languages

C#
18002 projects
TSQL
950 projects
HTML
75241 projects

Projects that are alternatives of or similar to Authentication

Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+1837.84%)
Mutual labels:  identity, aspnetcore, identityserver4
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-64.86%)
Mutual labels:  identity, entity-framework-core, netcore31
Greatwall
Util应用框架配套的权限管理系统
Stars: ✭ 88 (+137.84%)
Mutual labels:  identity, aspnetcore, identityserver4
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-51.35%)
Mutual labels:  aspnetcore, entity-framework-core, identityserver4
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (+608.11%)
Mutual labels:  identity, aspnetcore, identityserver4
AspNetCore.Identity.DynamoDB
DynamoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 31 (-16.22%)
Mutual labels:  identity, aspnetcore, aspnetidentity
Katmanli-Mimari-ETicaret-Core-Mvc
Baştan Sona Core Mvc ile Kendi E-Ticaret Siteni Mimari Bakış Açısıyla Hazırla.
Stars: ✭ 78 (+110.81%)
Mutual labels:  aspnetcore, entity-framework-core, aspnetidentity
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+1710.81%)
Mutual labels:  identity, aspnetcore, identityserver4
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (+108.11%)
Mutual labels:  aspnetcore, entity-framework-core, identityserver4
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+383.78%)
Mutual labels:  identity, aspnetcore
Destiny.core.flow
Destiny.Core.Flow是基于.Net Core,VUE前后分离,开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
Stars: ✭ 184 (+397.3%)
Mutual labels:  identity, identityserver4
Netdevpack
A smart set of common classes and implementations to improve your development productivity.
Stars: ✭ 220 (+494.59%)
Mutual labels:  identity, aspnetcore
Aspnetcore.identity.mongodbcore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Stars: ✭ 118 (+218.92%)
Mutual labels:  identity, aspnetcore
Identitybase
IdentityBase is a Universal Identity Platform for web, mobile and IoT built on top of IdentityServer.
Stars: ✭ 112 (+202.7%)
Mutual labels:  identity, identityserver4
Aspnetcore.identity.mongodb
MongoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 210 (+467.57%)
Mutual labels:  identity, aspnetcore
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (+137.84%)
Mutual labels:  identity, aspnetcore
Identityserver
An open-source, standards-compliant, and flexible OpenID Connect and OAuth 2.x framework for ASP.NET Core
Stars: ✭ 223 (+502.7%)
Mutual labels:  identity, aspnetcore
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+532.43%)
Mutual labels:  identity, aspnetcore
Blazorwithidentity
A project template for a blazor hosted app using cookie based authentication with ef core identity.
Stars: ✭ 242 (+554.05%)
Mutual labels:  identity, entity-framework-core
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (+54.05%)
Mutual labels:  aspnetcore, entity-framework-core

Authentication

Creating functioning Authentication by example for AspNetCore. These are primarily for learning. They aren't quite ready for production but it should be great prototypes to help you get 90% of the way there.

I have tried to include the very sources I came across. Anything I used to help try and refresh my memory, or solve NetCore 3.x variations, or just best practices I wasn't aware of.

The projects were designed to be working locally (Kestrel), some issues will occur on specific projects I have made notes of.

AspNetCore3.x_IS4.1 (Newer Projects)

IS01_IdentityServer4.1_AspNetIdentity

Analyzing the new raw template and tweaking it as needed in line with the other older projects.

AspNetCore3.x_MVC (Still useful but missing IS4.1 changes)

C01_CookieBasic

Project for working out a basic Cookie authentication with AspNetCore.

More Details in Readme

C02_CookieAuthPolicy

Project for using cookies, claims, and roles, to authenticate properly.

More Details in Readme

I01_BasicIdentity

Project for working out a basic Cookie authentication with AspNetCore, EntityFramework Core, and AspNetCore Identity.

More Details in Readme

I02_IdentityEmailConfirm

A continuation of I01_BasicIdentity but adding in Email functionality from AspNetCore Identity and MailKit.

More Details in Readme

I03_IdentityResetPassword

A continuation of I02_IdentityEmailConfirm, making structural changes to the code, adding ForgotPassword and ResetPassword functionality.

More Details in Readme

IS401_IdentityServerBasics

A new project to show how to start using IdentityServer4.

More Details in Readme

IS402_IdentityServerMvcClient

A continuation of IS401_IdentityServerBasics to show how to start using IdentityServer4 with OpenId (but stops at the login.)

More Details in Readme

IS403_IdentityServer_AspNetIdentity_SqlServer

A continuation of IS402_IdentityServerMvcClient to show how to setup Serilog, AspNetIdentity, and SqlServer with IdentityServer4.

More Details in Readme

IS404_IdentityServer_AspNetIdentity_CustomUser

A continuation of IS403_IdentityServer_AspNetIdentity_SqlServer with prettier logging, custom IdentityUser/IdentityRole, change primary key type, and more!

More Details in Readme

IS405_IdentityServer_AspNetIdentity_StoredProcedures

A continuation of IS404_IdentityServer_AspNetIdentity_CustomUser with replacing some EntityFramework with SqlServer stored procedures.

More Details in Readme

IS406_IdentityServer

A focus back on IdentityServer (with AspNetIdentity, SqlServer, and Serilog) authentication and authorization.

More Details in Readme

IS407_IdentityServerContinued

A continuation of IS406_IdentityServer continuing authentication and authorization.

More Details in Readme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].