sailorproject / sailor

A Lua MVC Web Framework.
MIT License
920 stars 125 forks source link

Make admin page #71

Open Etiene opened 8 years ago

Etiene commented 8 years ago

Make an some sort of graphical admin center, a page that is accessible through a special url and password protected, that accesses the current autogenerator functions for generating CRUDs and models and allows to write over the current conf/conf.lua file for updating settings of an application

felipedaragon commented 8 years ago

Admin areas are a major attack target in web apps, so this one may need extra care with regards to security aspects. Some suggestions I can think of right now:

Maybe @develCuy can think of something more