Aashay Palliwar
Aashay Palliwar
Hi @devesh-verma , may I work on this issue? I guess my approach will be similar to the way we are currently tracking upvotes on a post (by maintaining a...
I see as suggested by @Rupeshiya , isAdmin flag is being used. However, in addition to that, I wish to suggest a more flexible and extendable option that places a...
@Rupeshiya , No, it will not have any performance issue per se. Every user is bound to be authenticated using JWT (as is already being done in the project). Upon...
@Rupeshiya That's what the beauty of express router is! It won't happen. If you place these middleware in respective router say, for example `userRouter`, it wont be invoked unless the...