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.
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.