Hi,
i'm about to start a migration from a v1 app to a v2.
One thing about that migration is, of course, to migrate the users. But one thing that is required is that through the user migration, passwords must be migrated too, in order for the users not to reset their passwords. That's a prerequisites from my client.
I already did it once by hacking the v1 user signup, login & reset endpoints to "sync" the typed password onto the v2 (creating the account if doesn't exist, ...). It worked like a charm.
BUT, do you know another way that would prevent from not syncing the users that don't log in or reset pwd (which is the weakness of the above method)?
thx for your feedback,
Best regards,
Guillaume