node-go/server
2020-01-18 00:18:51 -08:00
..
bin stub middleware (including socket), controllers architecture 2020-01-08 11:24:24 -08:00
controllers add login hook to frontend 2020-01-18 00:18:51 -08:00
data serve user from verified jwt 2020-01-17 16:32:40 -08:00
middleware refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00
routes serve user from verified jwt 2020-01-17 16:32:40 -08:00
services refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00
test add login hook to frontend 2020-01-18 00:18:51 -08:00
knexfile.js patch knexfile name to run migrations 2020-01-14 14:42:46 -08:00
package-lock.json add validation and sanitization for auth/. posts 2020-01-15 13:52:01 -08:00
package.json add validation and sanitization for auth/. posts 2020-01-15 13:52:01 -08:00
Procfile debug produciton db connection 2020-01-09 16:29:20 -08:00
server.js refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00
socket.js refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 21:18:50 -08:00