Question, what is the recommended way to migrate a user database to Graphcool, together with their password data? (I come from Rails with Devise)
sdubois
04/20/2017, 2:44 PM
someone would have a suggestion? 🙂 @nilan?
n
nilan
04/20/2017, 2:46 PM
@sdubois oh sorry! Migrating users with password data is tricky. Usually you would need to employ a reset password workflow. Other approaches exist, such as continuing to support the old infrastructure solely for authentication, but that has obvious downsides.
s
sdubois
04/20/2017, 3:02 PM
hmm that's what I feared... thanks for your time 🙂
n
nilan
04/20/2017, 3:03 PM
Cheers! In the long-term, we want to provide a solution that allows you to handle custom authentication, but this is further down the road. 🙂