AllanOricil / esp32-mfa-authenticator

ESP32 MFA Authenticator
https://allanoricil.github.io/esp32-mfa-authenticator/
MIT License
57 stars 0 forks source link

Self hosted Management UI #20

Closed AllanOricil closed 2 months ago

AllanOricil commented 2 months ago

All runtime Settings (Configuration) are fetched from the board at /api/v1/config.

obs: settings/config secrets are always fetched as "****". These values won't ever be exposed in the api. obs: when submting the form it is a must to re-enter all secrets because the api doesn't update only what has was changed. I will improve this later.

image image

The same form, but served from the board

image

When submitting the form, the board's server responds as follows

image