Remove auth login

I’m very glad to see the great open-source project.Now I had some problems in this project.
Problem Description:
step 1:start the corteza-server service
step 2:skip the auth/login procedure,so the table ‘user’ in the database is empty
step 3:in the chrome browser,not type the localhost/auth/login url,but type the localhost/admin/dashboard or localhost/compose/namespace,the result is the page redirected to the localhost/auth/login url
so my question is how to skip the auth/login and user signup procedure,and visit the dashboard and namespace pages directly?

Thank you @danniel

If I understand you correctly, you want to access Corteza without logging-in?
This is not possible at the moment.

Can you explain a bit about your use-case to help me understand it or maybe suggest an alternative approach?