rishikanthc/Scriberr

Feature Request: Multi-User Support with Separate Workspaces

Open

#199 geöffnet am 10. Sept. 2025

Auf GitHub ansehen
 (15 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (210 Forks)github user discovery
Featurehelp wanted

Repository-Metriken

Stars
 (2.720 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Since there is already an authentication system in place, it would be a natural next step to support the creation of users with their own separate workspaces.

This would allow a single Scriberr instance to be used by small teams, with each person having their own individual account and profile. Currently, the only way to achieve this is by running a separate instance for each user, which creates significant overhead.

A possible implementation could be:

  • An administrator being able to create and manage new users, or
  • A registration system where new users can sign up and get activated/approved.

Contributor Guide