You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- setup session mgt and include user ID as part of session (use passport and the bearer token from jwt) - [ implement passport validation on tasks end points ]
- update task service to have user - update task entity to include user - update controller to get user and pass into task service when creating task
update task controller and user controller to have created and updated include the current user
validate create and update end points work - generate migration for user as part of task - update swagger to include authorization
The text was updated successfully, but these errors were encountered:
- setup session mgt and include user ID as part of session (use passport and the bearer token from jwt)- [ implement passport validation on tasks end points ]- update task service to have user- update task entity to include user- update controller to get user and pass into task service when creating task- generate migration for user as part of task- update swagger to include authorizationThe text was updated successfully, but these errors were encountered: