Regarding the 2nd task in the issue (Set an "escape hatch" so you can set a default user on development environments that is always signed in), .env needs to be updated with 👇
# To automatically sign in with a default user in development mode (npm run dev)
DEFAULT_USER=useremail@domain.com
DEFAULT_PASSWORD=password
Solves #158
Regarding the 2nd task in the issue (Set an "escape hatch" so you can set a default user on development environments that is always signed in), .env needs to be updated with 👇