NHibernate.AspNetCore.Identity icon indicating copy to clipboard operation
NHibernate.AspNetCore.Identity copied to clipboard

ASP.NET Core Identity Provider for NHibernate

Results 2 NHibernate.AspNetCore.Identity issues
Sort by recently updated
recently updated
newest added

At the moment types like `NHibernate.AspNetCore.Identity.IdentityRole` cannot have an id column other than string. It would be great if we could choose this type for ourselves.

I integrated SignalR into my app some time after using your ISession injection implementation with Identity. The problem is that signalr is connected with identity and ISession's injected in the...