mbyczkowski / lacocina

Other
2 stars 1 forks source link

Implement auth #163

Open katiemthom opened 7 years ago

katiemthom commented 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?

mbyczkowski commented 7 years ago

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.