Hello everybody, I have two questions today: - if...
# ask-a-descoper
a
Hello everybody, I have two questions today: • if my app is available in 3 languages, would there be a way to translate the Flows ? Maybe by doing copies ? • do EVERY user has to be listed in Descope users list to be authentified ? Or they could live in my database and the sign-in flow could check directly into it ? (well, while writing this I realize that it wouldn't help to count the MAUs...)
s
1. Copies, plz note you have export/import capabilities for flows 2. In general yes, can you explain what are you looking for ? what is the your use case ? we are adding soon http connectors so that you can do add additional actions against DB's
d
1. Just to add to what @square-vr-55083 said, the flows are something you will configure as the owner of the website, this will not be seen by your end users.
a
@square-vr-55083 Hello Meir, 1. I tried to export my sign-in flow, in order to import it and thus have a copy, but it will only replace the current flow; import is not available from the Flows screen... 2. If I sell licences to a tenant, they will provide me with a csv file containing the students and teachers list. I can write a python script to have them registered in my database, along with other parameters (first & last name, cycle/year for instance), and later query the database from my app's pages to retrieve other parameters (level in each section, last session duration, etc...). Or maybe I can register them in my database first, and then run a CRON task that will check if there are new users, and if yes send them to Descope's user list ? My concern is about having 2 user databases, Descope's and my own 😬
@dazzling-oyster-96577 Hello Kevin, yes I understood that, but the user will see the sign-in screen in the language used by the flow... So, if I my app can talk EN, ES or FR, I guess I'd need 3 versions of the sign-in form ?
s
import /export is here
a
Yes, I saw it, but if I export then try to import, there is this alert: "Are you you want to import this flow? This will override the existing flow." So I can't make a variation of my sign-in flow like this šŸ¤·šŸ»ā€ā™‚ļø