Skip to content

Single-user mode #63

@Mozzo1000

Description

@Mozzo1000

New feature to disable the requirement of having to register an account.
Some users will only need to
This will incidentally disable all authentication. Will have to be made clear to the user setting up their server so they don't expose it to the internet.

"I agree, if there is a way to disable the account creation and logging in." - Originally posted by @PratikVasagadekar in #60 (comment)

Proposed solution

  • env flag "SINGLE_USER_MODE" for both frontend and backend. Will disable all forms of authentication requirements on the backend. Will also remove all login pages on the frontend.

A user will still need to exist in the database to link all books and settings to it. Maybe if the flag exists the server should create a predefined user?

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendBackend relatedenhancementNew feature or requestfrontendFrontend related

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions