Commit Graph

19 Commits

Author SHA1 Message Date
dd6fa0e63c Delete password from user in login response 2020-05-09 14:58:22 +02:00
4b5a5b2477 Implement auth with jwt and add endpoints 2020-05-08 13:12:10 +02:00
fce5a162d3 Replace bcrypt with bcryptjs / move env to config 2020-05-07 15:10:15 +02:00
bf2fb47033 Add password hashing to routes 2020-05-07 14:14:13 +02:00
5ccec5878d Fix addAvailibility model 2020-05-06 15:33:38 +02:00
6a3c5420b0 Fix participant delete endpoint 2020-05-06 15:27:25 +02:00
596baff4b3 Complete meeting endpoints 2020-05-06 13:17:52 +02:00
ad7ca3136a Complete account endpoints 2020-05-06 12:30:32 +02:00
fa8dfb8ebc Add availibility endpoints 2020-05-05 16:18:36 +02:00
57b66883da Update availibility migration and add basic crud 2020-05-05 11:54:02 +02:00
cfedf47568 Improve error messages with id 2020-05-05 11:34:30 +02:00
6ce64b5e95 Add CRUD operations for participant 2020-05-04 18:47:05 +02:00
f48244292c Complete crud for accounts and meetings endpoints 2020-05-04 16:02:31 +02:00
dc30471806 Revert server configuration in its own file 2020-05-04 12:28:54 +02:00
150f4a924c Adapt migrations for knex 2020-05-02 21:06:34 +02:00
dc3e0d0b18 Fix accounts model 2020-05-01 18:24:59 +02:00
7e4d186446 Start add account endpoint 2020-05-01 17:32:46 +02:00
c9ad8b30c7 Add accounts migration 2020-04-30 20:39:51 +02:00
d5545f4ae1 Add example route for accounts 2020-04-30 14:25:28 +02:00