@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 š¬