Commit Graph

5 Commits

Author SHA1 Message Date
6af5c9a9ca Add new user and workspace endpoints
* add account update endpoint to user module
* add membership management endpoints to workspace module
2023-09-04 19:10:48 +01:00
3e7c2de9a4 Return user and with current workspace
* Create endpoint to return user and their workspace
* Only return auth tokens on login/signup
* Allow nullable workspace name
2023-08-26 23:38:14 +01:00
40a459271a write tests for UserService 2023-08-05 18:36:35 +01:00
6e3ba20fcf implement jwt auth 2023-08-05 16:58:34 +01:00
cebad0e0a5 Setup TypeORM 2023-08-04 16:26:43 +01:00