Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BMBF 2 BMBF 2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Unicorns
  • BMBF 2BMBF 2
  • Issues
  • #29
Closed
Open
Created Aug 24, 2022 by Unicorn 12@Unicorn12Maintainer

Implement auth GUI

Implement GUI for the /auth/... endpoints:

  • GET /auth/users - Lists the usernames of the currently added users. These should be displayed in GUI along with a delete button.
  • DELETE /auth/users - Deletes the list of usernames sent to it. (as a JSON string list)
  • POST /auth/users - Adds the given dictionary of usernames/passwords to the users collection.
  • GET /auth/enabled - Responds true/false if auth is enabled/disabled.
  • POST /auth/enabled - Pass true or false as the content to enable or disable auth.

Note: These endpoints are only accessible from loopback (inside the quest). Checking the endpoint that will be added in #27 (closed) before invoking them would make sense.

Assignee
Assign to
Time tracking