All Projects → mrahhal → Mr.aspnet.identity.entityframework6

mrahhal / Mr.aspnet.identity.entityframework6

Licence: mit
EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

Labels

Projects that are alternatives of or similar to Mr.aspnet.identity.entityframework6

Equatable
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
Stars: ✭ 488 (+1090.24%)
Mutual labels:  identity
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+1648.78%)
Mutual labels:  identity
Oneid
OneID — NameCoin-based identity
Stars: ✭ 7 (-82.93%)
Mutual labels:  identity
Freeipa
Mirror of FreeIPA, an integrated security information management solution
Stars: ✭ 520 (+1168.29%)
Mutual labels:  identity
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+1534.15%)
Mutual labels:  identity
Spiffe
The SPIFFE Project
Stars: ✭ 818 (+1895.12%)
Mutual labels:  identity
Product Is
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Stars: ✭ 435 (+960.98%)
Mutual labels:  identity
Thedev.id
🎉 An identity for developers on the web.
Stars: ✭ 37 (-9.76%)
Mutual labels:  identity
Identitymodel
.NET standard helper library for claims-based identity, OAuth 2.0 and OpenID Connect.
Stars: ✭ 693 (+1590.24%)
Mutual labels:  identity
Identity.redis
ASP.NET Identity Redis Provider
Stars: ✭ 22 (-46.34%)
Mutual labels:  identity
Doorkeeper
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Stars: ✭ 4,917 (+11892.68%)
Mutual labels:  identity
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+1421.95%)
Mutual labels:  identity
Mocr
Meaningful Optical Character Recognition from identity cards with Deep Learning.
Stars: ✭ 19 (-53.66%)
Mutual labels:  identity
Awesome Zero Trust
A curated collection of awesome resources for the zero-trust security model.
Stars: ✭ 498 (+1114.63%)
Mutual labels:  identity
Weidentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 972 (+2270.73%)
Mutual labels:  identity
Spring Boot Security Saml Sample
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
Stars: ✭ 469 (+1043.9%)
Mutual labels:  identity
Microsoft Authentication Library For Dotnet
Microsoft Authentication Library (MSAL) for .NET
Stars: ✭ 746 (+1719.51%)
Mutual labels:  identity
Active Directory B2c Dotnet Desktop
Sample showing how a Windows Desktop .NET (WPF) application can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
Stars: ✭ 39 (-4.88%)
Mutual labels:  identity
Epilink
Authenticate people on your Discord servers and give them roles automatically. All-in-one server back-end, Discord bot and front-end. Works with Google, Microsoft and any OpenID Connect provider.
Stars: ✭ 36 (-12.2%)
Mutual labels:  identity
Aspnetcore2cookieauthentication
Cookie Authentication without ASP.NET Core Identity 3.x
Stars: ✭ 19 (-53.66%)
Mutual labels:  identity

MR.AspNet.Identity.EntityFramework6

Build status NuGet version License

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

What is this?

All you have to do in your app:

  • Remove everything EF Core related, this means: Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.InMemory and Microsoft.AspNetCore.Identity.EntityFramework. And instead add the following: EntityFramework and MR.AspNet.Identity.EntityFramework6.
  • Replace all EF Core namespaces with their EF6 counterparts.

MR.AspNet.Identity.EntityFramework6 NuGet version

The port of Microsoft.AspNetCore.Identity.EntityFramework to work under EF6.

MR.AspNet.Identity.EntityFramework6.Key.Int NuGet version

An implementation that uses an int as the primary key for users and roles.

MR.AspNet.Identity.EntityFramework6.InMemory NuGet version

Contains in memory implementations of IUserStore and IRoleStore to be used in unit tests.

MR.AspNet.Identity2.EntityFramework6.InMemory NuGet version

Contains in memory implementations of IUserStore and IRoleStore for identity 2 to be used in unit tests.

Note: In memory stores have a dependency on MR.Patterns.Repository for the in memory repository implementation.

MR.AspNet.Identity.EntityFramework6.Models NuGet version

Contains the models. This package has no dependencies.

Samples

Check out the samples in the samples/ directory.

EF6 migrations for Asp.Net Core?

Check out Migrator.EF6.

Release notes

3.0.6

  • Minor fixes.

3.0.5

  • Separate models into different package: MR.AspNet.Identity.EntityFramework6.Models. #17

3.0.3

  • Minor fixes.

3.0.2

  • Implement additional interfaces in the stores.

3.0.1

  • Switched to reference Microsoft.Extensions.Identity.Core. #11

3.0.0

  • Support Asp.Net Core Identity 2.0.

2.1.0

This release is for .Net Core 1.1.0

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].