node-go/packages/play-node-go/server
2020-02-05 16:44:33 -08:00
..
bin stub middleware (including socket), controllers architecture 2020-02-05 16:44:29 -08:00
controllers add login hook to frontend 2020-02-05 16:44:33 -08:00
data serve user from verified jwt 2020-02-05 16:44:32 -08:00
middleware refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:44:32 -08:00
routes serve user from verified jwt 2020-02-05 16:44:32 -08:00
services refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:44:32 -08:00
test add login hook to frontend 2020-02-05 16:44:33 -08:00
knexfile.js patch knexfile name to run migrations 2020-02-05 16:44:31 -08:00
package-lock.json add validation and sanitization for auth/. posts 2020-02-05 16:44:31 -08:00
package.json add validation and sanitization for auth/. posts 2020-02-05 16:44:31 -08:00
Procfile debug produciton db connection 2020-02-05 16:44:30 -08:00
server.js add manual set Access Control Allow Origin header 2020-02-05 16:44:33 -08:00
socket.js refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:44:32 -08:00