Skip to content

Allow SSR build to prevent leaking sensitive data from static file server #1607

@gabriel-ss

Description

@gabriel-ss

Hey there!

First of all, I would like to thank all the contributors for the awesome project. We're currently evaluating it at my work, and it's looking very promising.

By following the documentation, the user ends up with a bunch of static files that can be hosted anywhere. For public APIs, that's great; it's simple to deploy and can be very fast. But as a static deployment, all the authentication happens on the front, which means that with little effort even unauthenticated users can access sensitive information.

It would be very useful if Zudoku CLI had an option to output an SSR node application that can serve pages according to users' permissions instead of a static site.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions