JudahGabriel / RavenDB.Identity

RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
https://www.nuget.org/packages/RavenDB.Identity/1.0.0
MIT License
61 stars 29 forks source link

How to change Email-Adress (with CompareExchange) #35

Closed oiBio closed 3 years ago

oiBio commented 3 years ago

Hi, is there an implemented way to change a users Email-Adress include the changecompare key? We allow the user to change his/her email, but after that he can not login anymore

oiBio commented 3 years ago

Okay... just re-read the source code. its already implemented in UpdateUser. My bad sorry.

JudahGabriel commented 3 years ago

Yep, UpdateUser will do the right thing, including updating the compare/exchange key if necessary.