Open katiemthom opened 7 years ago
Actually, it looks like clearance provides auth. What's the plan for admin? We can manually create accounts and give them admin privilege? Looks like we need a way to specify admin role in the users table then?
Yeah, I think we just need to have something like is_admin field and make sure we check for admin user before we let people into the /admin zone.
is_admin
/admin
Actually, it looks like clearance provides auth. What's the plan for admin? We can manually create accounts and give them admin privilege? Looks like we need a way to specify admin role in the users table then?