2055Java-Nick / Rev-Connect-API

Spring service for Rec Connect application
0 stars 3 forks source link

Merged post user story with dev, should have authentication and tests #29

Closed MustardPenguin closed 2 months ago

MustardPenguin commented 2 months ago

Merged the post user story (from issue #8 and branch feature/#8-business-user-create-update-delete-post) together with the current dev branch.

All newly created post should use security context to fetch the user id from JWT in order to set user id for posts, with working tests.

MustardPenguin commented 2 months ago

Thanks for the review, I've made some changes based off your feedback.