many-realities-studio / realityflow-old

GNU Affero General Public License v3.0
2 stars 1 forks source link

Add basic auth for dashboard using express basic-auth #4

Open Iminance opened 3 years ago

Iminance commented 3 years ago

https://www.npmjs.com/package/basic-auth

Iminance commented 3 years ago

This was going to the next step for the dashboard, but due to needing to prioritize other core functionality, this step is where we left off. If the dashboard needs to continue to be developed, changing the authentication system (as it currently sends auth info through a cookie) would be a good first step.