simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 223 forks source link

Roles/Groups/Permissions #57

Closed frnco closed 1 year ago

frnco commented 10 years ago

Are there any plans to create permissions?

i.e. Some users being able to access only parts of the admin.

If there are, what are the considerations on this feature up to now?

simov commented 10 years ago

I have that idea long time ago, but currently this feature is not taken into serious consideration. There isn't an interface for creating multiple users in the first place, although you can have multiple users for the admin. So that's the first thing that will go in.

frnco commented 10 years ago

Yeh, I've been doing the hacky-thing of creating new users through creating a new project. It certainly is not ideal. How is the development of the users area coming through?

simov commented 10 years ago

This is scheduled for the subsequent release, I might as well make my task list public, so that people know what my priorities are :)

frnco commented 10 years ago

That will be great, and it can make it easier for us to collaborate. :D

Chleba commented 7 years ago

Any update ? IT has been removed from milestones so it's not going to happen ?

simov commented 1 year ago

Yes, that feature is no longer planned, but with v2 of the admin it is a bit easier to setup multiple routes and at least set one instance of the admin to show/hide certain tables and/or make others editable or readonly by having two separate settings.json files and also 2 different users for each admin instance.