Skip to content

AspNetCore.Identity kütüphanesini Dapper MicroOrm ile nasıl kullanabiliriz onu örnekledim.

Notifications You must be signed in to change notification settings

RTDemiray/NetCore.Identity.DapperExample

Repository files navigation

Projede Identity.Dapper ve NLog kütüphaneleri kullanarak log tabanlı kullanıcı yönetimi sistemi oluşturdum.

Identity.Dapper

Build Status NuGet

Nuget package (Eg: Identity.Dapper.SqlServer).

Veritabanı yapılandırılması DapperIdentity DapperIdentityCryptography

"DapperIdentity": {
    "ConnectionString": "Connection string of your database",
    "Username": "user",
    "Password": "123"
},
"DapperIdentityCryptography": {
    "Key": "Base64 32 bytes key",
    "IV": "Base64 16 bytes key"
}

Admin Girişi:
UserName: "admin"
Password: "123"

Yazar Girişi:
UserName: "yazar"
Password: "123"

Üye Girişi:
UserName: "üye"
Password: "123"

About

AspNetCore.Identity kütüphanesini Dapper MicroOrm ile nasıl kullanabiliriz onu örnekledim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published