denzilferreira / aware-micro

Apache License 2.0
15 stars 14 forks source link

Securing Join page #4

Open TjebbeVQ opened 3 years ago

TjebbeVQ commented 3 years ago

Is there an easy way to password protect the join qr page so you have the control who can join the case study?

denzilferreira commented 1 year ago

@dmikurube this could be a config setting to secure the page and credentials? VertX allows password protected https routes.

dmikurube commented 1 year ago

Hmm, it could be feasible, but generally speaking, I'd suggest to set such passwords in a kind of reverse proxies (ex. Nginx), not directly by the application server.

denzilferreira commented 1 year ago

We could document how to use nginx reverse proxy to password protect a route, specifically the join study page on the README?

dmikurube commented 1 year ago

We may want to try, but it wouldn't be very trivial as there can be a lot of variations, for example, the operating system (Ubuntu, RedHat, ...), versions, and else.