Skip to content

Login handled in-browser #75

@mpfl

Description

@mpfl

The login page has a JavaScript function that handles login, which means the web browser needs to be able to contact the backend.

This is not ideal, because it forces the backend to be exposed externally, rather than just safely hidden away in a docker network with the other containers.

Ideally, only the frontend should be exposed externally (and ideally proxied behind something like Traefik that can add a layer of isolation).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions