Question, what is the recommended way to migrate a...
# prisma-whats-new
s
Question, what is the recommended way to migrate a user database to Graphcool, together with their password data? (I come from Rails with Devise)
someone would have a suggestion? 🙂 @nilan?
n
@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
hmm that's what I feared... thanks for your time 🙂
n
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. 🙂