georgematheos / vs-app-backend

Other
0 stars 0 forks source link

Users #9

Closed georgematheos closed 7 years ago

georgematheos commented 7 years ago

In this branch I basically set up a service for working with user objects. This implementation is probably going to be temporary, since when we communicate with IT, we'll write a new custom version that interacts with Exeter data rather than just keeping a database of test users, as we're doing now.

I also added some utility functions so we can interact with the users database easily. Right now, I've blocked off access to this service for anyone except for the server itself. We may want to add commands so that users can access their own data, though...then again, we are planning to send it when the user authenticates, so maybe it won't be necessary.