admiraljs
Version:
Lightweight plug and play admin interface
20 lines (7 loc) • 313 B
Markdown
### Security Logic (very basic)
Login will be done through ajax
and authorize access to the config.json and schema.json files
(those may be produced according to the user group )
and also, authorize access to the crdu api.
Different login strategies may be plugged in
- see core/auth/index.js