eyeamkd / disha

DISHA stands for Delegation, Interaction, and Scholarly Help Application
6 stars 5 forks source link

Account Approval pages should be visible only to Admins #76

Open akylus opened 4 years ago

eyeamkd commented 4 years ago

let's have a separate login route for admins only. checking "isAdmin" property for every user doesn't make sense opinion @akylus

akylus commented 4 years ago

why would we need to check isAdmin. we can have a JSON which stores the admin IDs, while Signing in, if the ID exists in the JSON, show those routes in the menubar, else don't Opinion?

eyeamkd commented 4 years ago

ooF yeah, okay