Skip to content

Add Multi-User Functionality to ReBenchDB#248

Open
thomasb202 wants to merge 51 commits into
smarr:masterfrom
thomasb202:master
Open

Add Multi-User Functionality to ReBenchDB#248
thomasb202 wants to merge 51 commits into
smarr:masterfrom
thomasb202:master

Conversation

@thomasb202

Copy link
Copy Markdown
Contributor
  • Added/Changed Database tables (user and project-membership tables, rls-policies, new DB-Role)
  • Changed Backend (jwt, Route protection)
  • Login Page
    • Registration of new user
    • Login for existing users
  • Admin-UI
    • Create Projects
    • Assign members to projects
    • Remove members from projects
    • Create Groups
    • Assign members to groups
    • Assign group to project (Batch-Assign of users of this group)
    • Remove members from groups
    • Delete Groups
    • Generate API-Token for M2M-Communication between ReBench and ReBenchDB
  • Tests
    • RLS-Policies
    • Auth-DB-Functions (Registration, Login, Token Handling)
  • API-Token
    • API-Token has to be generated in Admin-UI of ReBenchDB and copied into the config file of ReBench

thomasb202 added 30 commits July 4, 2026 17:22
Added ProjectMembership table
Added RLS policies
Added new rdb_app role
Implementation of withUserContext (Setting the role in the db to rdb_app for RLS-policies to fire)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants