Eywek / tgvmax-bot

26 stars 6 forks source link

Better to add authentication to the front-end application #23

Closed Akanichi closed 2 years ago

Akanichi commented 2 years ago

As the front end is accessible to everyone on the web, i think it's better to add a username and password for the authentication on the front-end.

germainroussez commented 2 years ago

The idea behind this issue would be to deploy the two containers on a remote server (VPS on OVH for example) and run the frontend on public IP. We'd then be able to access to the bot from any device with username/password and the bot would be able to run H24.

Eywek commented 2 years ago

It would add complexity that isn't needed IMHO.

If you want authentification you can configure your reverse proxy (i.e. NGinx) to use basic authentification