Repeatedly entering credentials during development becomes tedious very quickly. I modified the developer's mode login, so that we have an option to autofill owner_key
and database_key
.
The idea is to have a .env
file in assets folder with contents like below. Then the corresponding fields are autopopulated.
owner_key=0077092be5b1403f833e13fde64201bd62b63ca6451d49668634bac3cc8ec5fa
database_key=539502a379cb4992891aab94e767268a646bb0a4fb5b40e2a9ad19bd470249d1
Another change is to start with DeveloperAuthState.devSignIn
directly to reduce the number of clicks necessary.
This MR should only modify developer mode workflow, standart user workflow should not be affected.