Skip to content

feat: maintenance mode #197

@samuelemusiani

Description

@samuelemusiani

This mode can be toggles maybe with a flag (#96) and allows only the local admin to login and use the service, all the other users are redirected to a maintenance page.

We could achieve this by disabling all the realms on the login api endpoint but the local one and adding a middleware before everything that checks the maintenance flag and if the user is not an admin it returns an error (or redirect)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfrontendWeb stuffserverRelated to the main server component

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions