Would it be easy to also support groups? For instance, if auth.json would now be extended like this: ``` javascript "superadmin" : { "documentation" : "super admin user can do everything", "type" : "group", "users" : ["admin1","admin2","admin3"] } ```