tugberkugurlu / AspNet.Identity.RavenDB

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

UpdateAsync doesn't update the user in the database #39

Open gregshrek opened 9 years ago

gregshrek commented 9 years ago

If I update claims of a user and then call the UpdateAsync method, the user is not updated in the database. The UpdateAsync does not throw an exception and returns success. Any idea why the user is not updated?