kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.3.1版本。
966 stars 220 forks source link

Is it possible block user to prevent login to any device? #154

Open GusevVictor opened 1 month ago

GusevVictor commented 1 month ago

Hi there!

Is it possible block user to prevent login to any device?

GusevVictor commented 1 month ago

I think that I can use apache proxy for every user with individual password :)

kingmo888 commented 1 month ago

I think that I can use apache proxy for every user with individual password :)

API plugins are currently unable to achieve this, but it would be great if they could. Can you please elaborate on your approach?

GusevVictor commented 1 month ago

I think that I can use apache proxy for every user with individual password :)

API plugins are currently unable to achieve this, but it would be great if they could. Can you please elaborate on your approach?

I think it's possible to use proxy with user and password to prevent login to hbbs, hbbr, and api application.