tugberkugurlu / AspNet.Identity.RavenDB

Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
MIT License
42 stars 28 forks source link

Without this constructor, RavenDB chokes when loading. #24

Closed diegose closed 10 years ago

diegose commented 10 years ago

It might be possible to use a JsonConstructor, not really sure.

tugberkugurlu commented 10 years ago

This shouldn't happen. Can you give me the code to repro this?

diegose commented 10 years ago

I used the sample app from this repo. IIRC, register with FB, logout, login, crash.

tugberkugurlu commented 10 years ago

Thanks for this. Fixed with this commit https://github.com/tugberkugurlu/AspNet.Identity.RavenDB/commit/d37cb4d339d5993a2355e10cfc8822e6a92e6a49 in a slightly different way.