2FAGuard icon indicating copy to clipboard operation
2FAGuard copied to clipboard

🚀 Feature: Self Hosted Web Management

Open ThatGuyJon opened this issue 1 year ago • 1 comments

What is your idea?

Large request but could be a paid option for business class

Create the ability to have a self hosted web management portal which allows the "admin" to manage "clients" whom have user accounts setup. When a "managed" client is installed the admin has the ability to:

  • Turn on or off features or lock features from being turned off(ie. Prevent recording and autolock)
  • Remotely backup and import 2FAGuard tokens for users
  • Disable users access to login to 2FAGuard

ThatGuyJon avatar Mar 25 '24 13:03 ThatGuyJon

I know that it is interesting for companies to have centralised management dashboards. However, there would be some problems in this case:

  • It must be ensured that the user cannot override the configurations by editing or deleting files
  • When importing, the tokens have to be encrypted with the user's key, which is derived from the password or Windows Hello. It would therefore only be possible with asymmetric encryption.
  • How to prevent database access if the user always has access to the file itself?

This feature will probably not be implemented in the near future due to the reasons just mentioned and the greater effort involved.

timokoessler avatar May 08 '24 14:05 timokoessler