whisperdancer / AspNet.Identity.Dapper

AspNet Identity 2.0 Storage Provider using Dapper
85 stars 29 forks source link

ASPNET Core Identity #11

Open ssippe opened 7 years ago

ssippe commented 7 years ago

Hi,

Has anyone thought about creating a AspNet.Identity.Dapper for ASPNET Core ?

There is a SQL Server+Entity Framework implementation see https://docs.asp.net/en/latest/security/authentication/identity.html

I think using Microsoft.AspNetCore.Identity.EntityFrameworkCore as a starting point may be the way to go. https://github.com/aspnet/Identity/tree/dev/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore

Cheers

giorgos07 commented 7 years ago

Hello ssippe,

recently i created a project where i have created an implementation of ASP.NET Core Identity using Dapper. You can take a look at https://github.com/giorgos07/Daarto

ssippe commented 7 years ago

looks good. are you using it in production?

giorgos07 commented 7 years ago

Right now i have not use it in production. But i will use it in my personal projects so will update any bugs found!

ssippe commented 7 years ago

Cool.

On Wed., 26 Apr. 2017, 18:17 Giorgos Manoltzas, notifications@github.com wrote:

Right now i have not use it in production. But i will use it in my personal projects so will update any bugs found!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/whisperdancer/AspNet.Identity.Dapper/issues/11#issuecomment-297284829, or mute the thread https://github.com/notifications/unsubscribe-auth/ABzTtWdFGpnbitKVZ7od2mFJWPZcee5Eks5rzv1-gaJpZM4KsGA9 .

Letsafko commented 6 years ago

good job