Authentication feature
OnlyC opened this issue · 1 comments
OnlyC commented
Hi, just found out styx
, it's really simple and fast. I'm producing from python server and open to consuming from React front-end so I would like to have some kind of Authentication to secure data.
I don't know if you have plan on continue developing it and have Authentication in the plan? Or there's some work around that I can do?
thibauts commented
Hi ! There is unfortunately no plan to continue development on this project. The server was designed to sit behind an app server (as a database would) or at least behind a proxy. Have you tried putting nginx with basic auth in front of it ? It should be pretty straightforward and quick to setup.