Hello Ory’ers ! Any one migrated from old legacy a...
# ory-network
i
Hello Ory’ers ! Any one migrated from old legacy auth to ory ? It would great to share and learn the possible migration strategies , pros/cons etc .
s
highly depends on your use-case and legacy stack
h
What are you trying to migrate? 🙂 And do you mean to the Ory Network?
i
Yeah.. w are planning use ory network , identity service and re implementing our auth flow using custom ui. We were able to migrate our existing accounts and test the login flow . Now when we want to rollout the new auth flow in prod , what are the best practices that we can use for switchover to new auth? 🙂
h
It’s probably a good idea to run both systems in parallel for a bit - use old system to check the session cookie and the new system to check session cookie as well. Depending on where the user created the session, use the old value or new values
I think that could work
i
Then where to create new users ? New system ? Or both ?
h
New system
👍 1