Team, quick feedback. Since in B2B implementations...
# ask-a-descoper
b
Team, quick feedback. Since in B2B implementations, people work with multiple projects, replicating the project flows becomes tedious. If we can somehow devise a way to maybe programatically clone a flow by ID or something else, would be awesome!
s
here you go https://github.com/descope/python-sdk#manage-flows-and-theme This is the python example, but for any backend SDK same api
b
I saw there is an export and import flow feature as well
which I initially thought is for exporting canvas as image/pdf 🙂
@square-vr-55083 another quick question, we can add as many flows in start of auth flow, right? Or 2 is a limitation over there?
am thinking how I can add phone and email both on sign in up screen. with either one being optional
s
it's currently limited to 6 flows, that we have OOB, but we are planning a feature to open it to more flows
you can have email+phone in same flow page
b
@square-vr-55083 yeah I figured out that it would be this way only