Closed AidanTilgner closed 2 years ago
I added an APP_KEY to the applications server, basically a global one time password. This will allow owners to log on with a one time password stored in their local storage.
The People server is capable of auth now, and therefore the APP_KEY idea will be ditched, it was hacky anyway. Now, in order to use the app, you will have to be logged in on the People server.
This is pretty general, but so far there's no concept of users and authentication, or authorization. This is fine when hosting locally, but eventually when accessing the servers there needs to be auth, especially when hosting online. The concept of users will also apply, at least on the application side of things. Honestly, a lot of it could even be hardcoded given the fact that this won't be multi-tenant, but we'll see.