Label-studio: Ability to have multiple users logged in to do labeling

Created on 12 Jan 2021  路  6Comments  路  Source: heartexlabs/label-studio

Is your feature request related to a problem? Please describe.
Different people currently connect to my local instance of Label Studio. It would be nice if their labeling work was associated with their username.

Describe the solution you'd like
I would like to have multiple users be able to label tasks without accidentally labeling the same task and being able to have their own labeling workspace, including being able to label only the tasks they uploaded. Creating a login page and user management, and a feature that lets users label a set of tasks allocated to them.

Most helpful comment

Yes, this is the most desirable topic we hear from the community and we working on it right now!

All 6 comments

Yes, this is the most desirable topic we hear from the community and we working on it right now!

Thats awesome to hear @makseq, do you have any idea on release timelines?

Yes, we are planning to release it in 2-3 month, there is a huge amount of work.

Definately a large piece of work, I appreicate that!

For authentication, please make sure to keep in mind all the mechanism that Flask supports, even if you cannot add all of them from the start.
https://flask-appbuilder.readthedocs.io/en/latest/security.html

Check out documentation for authenticating using Oauth2 in Doccano, for example:
https://doccano.github.io/doccano/advanced/oauth2_settings/

@ericflores @CharlieBickerton @pavelgrib We've released LS 1.0.0 with multi-users support:
https://labelstud.io/blog/release-100.html

Was this page helpful?
0 / 5 - 0 ratings

Related issues

potipot picture potipot  路  4Comments

vkovac2 picture vkovac2  路  6Comments

ghanshyamdev picture ghanshyamdev  路  5Comments

lfgogogo picture lfgogogo  路  3Comments

cverluise picture cverluise  路  3Comments