1. add vuex
- server return session token with Usermodel after successfully login -> store login status in vuex
- add log out button -> clear token in localstorage and login status in vuex
- now we can define each route whether it needs auth (login status) to continue redirecting
Merge request reports
Activity
added 7 commits
- e5ccb2c4 - Removed userId from OfferPageService.ts and WishlistService.ts. Because cookie is ready
- 64ace3a3 - Add create, edit and delete button on the offer page.
- d5d81e18 - Add create, edit and delete button on the offer page and tested.
- fb9ee85d - Add create, edit and delete button on the wishlist page and tested.
- 7e022205 - Offer page and Wishlist page are able to fetch the matched records and display...
- 428a5933 - Offer and Wishlist page match notification UI is ready.
- 1b5e51ea - Merge remote-tracking branch 'origin/matching_service' into sprint_2
Toggle commit listadded 1 commit
- 61e261ee - Change matchedWishlistRecordRepository.findBy... to findAllBy...
added 2 commits
added 2 commits
Please register or sign in to reply