lovasoa / whitebophir

Online collaborative Whiteboard that is simple, free, easy to use and to deploy
https://wbo.ophir.dev
GNU Affero General Public License v3.0
2.17k stars 417 forks source link

Authentication #108

Open raphawa opened 4 years ago

raphawa commented 4 years ago

How can I protect the WBO whiteboard so that only allowed users can create white boards?

lovasoa commented 4 years ago

Hello, There is currently no concept of authenticated user in WBO. You can protect the whole application with a password if you want to using a forward proxy such as nginx: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/