All Projects → VahidN → Aspnetcore2cookieauthentication

VahidN / Aspnetcore2cookieauthentication

Licence: apache-2.0
Cookie Authentication without ASP.NET Core Identity 3.x

Projects that are alternatives of or similar to Aspnetcore2cookieauthentication

Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (+231.58%)
Mutual labels:  asp-net-core, identity
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (+768.42%)
Mutual labels:  asp-net-core, identity
Cierge
🗝️ Passwordless OIDC authentication done right
Stars: ✭ 1,245 (+6452.63%)
Mutual labels:  asp-net-core, identity
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 (+521.05%)
Mutual labels:  asp-net-core, identity
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+410.53%)
Mutual labels:  identity, asp-net-core
Ravendb.identity
RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
Stars: ✭ 50 (+163.16%)
Mutual labels:  asp-net-core, identity
Active Directory B2c Dotnetcore Webapp
An ASP.NET Core web application that can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
Stars: ✭ 160 (+742.11%)
Mutual labels:  asp-net-core, identity
Identity.redis
ASP.NET Identity Redis Provider
Stars: ✭ 22 (+15.79%)
Mutual labels:  asp-net-core, identity
Aspnetcore2jwtauthentication
Jwt Authentication without ASP.NET Core Identity
Stars: ✭ 218 (+1047.37%)
Mutual labels:  asp-net-core, identity
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+842.11%)
Mutual labels:  asp-net-core, identity
Identitymanager2
Development tool for administering users and roles
Stars: ✭ 164 (+763.16%)
Mutual labels:  asp-net-core, identity
Identity.Firebase
ASP.NET Identity Firebase Provider
Stars: ✭ 23 (+21.05%)
Mutual labels:  identity, asp-net-core
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (+215.79%)
Mutual labels:  identity, asp-net-core
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+3673.68%)
Mutual labels:  asp-net-core, identity
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+3184.21%)
Mutual labels:  identity
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+35831.58%)
Mutual labels:  asp-net-core
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+3189.47%)
Mutual labels:  asp-net-core
Cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Stars: ✭ 621 (+3168.42%)
Mutual labels:  asp-net-core
Spiffe
The SPIFFE Project
Stars: ✭ 818 (+4205.26%)
Mutual labels:  identity
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+43310.53%)
Mutual labels:  asp-net-core

Cookie Authentication without ASP.NET Core Identity 3.1.102

cookieauth

A cookie based authentication sample for ASP.NET Core 3.1.102 without using the Identity system. It includes:

  • Users and Roles tables with a many-to-may relationship.
  • A separated EF Core data layer with enabled migrations.
  • An EF Core 3.1.102 based service layer.
  • A Db initializer to seed the default database values.
  • An account controller with cookie and DB based login and logout capabilities.
  • 2 sample API controllers to show how user-roles can be applied and used.
  • A cookie validator service to show how to react to the server side changes to a user's info immediately.
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].