biobricks / bionet-2

The bionet web app
3 stars 2 forks source link

Grant/revoke admin rights from bin/db.js #168

Open Juul opened 6 years ago

Juul commented 6 years ago

This just needs to change the .group from 'user' to ['user', 'admin'].

Looks like a small change to rpc-multiauth will be needed to allow multiple groups for a user.