adityabisoi / startup-incubator

A website for showcase products pre-release
GNU General Public License v3.0
20 stars 33 forks source link

User Can't Like products without login #178

Closed Siddhesh777 closed 2 years ago

Siddhesh777 commented 2 years ago

Closes #175

User can't like products without login. Steps followed. 1.First checked if user is logged in or not.

  1. If NO, then he is redirected to the '/login' route.
  2. If YES, then token inside localstorage is passes in headers and then middleware is used to know if user is genuine or not.

Screenshots

If user is not logged in then on liking the produt,

1

2

hope you liked the work :)

Siddhesh777 commented 2 years ago

@adityabisoi Can you please review this PR

Siddhesh777 commented 2 years ago

@adityabisoi sir labels plese