You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ This project is a fork of the [filebrowser](https://github.com/filebrowser/fileb
28
28
-`allowPrivateIP` - Boolean flag to allow private IP address of the host machine.
29
29
-`allowPublicIP`- Boolean flag to allow public IP address of the host machine.
30
30
31
+
***Multifactor Authentication** MFA has been implemented using TOTP which significantly improves security by adding a second layer of verification to the authenticate the server.
32
+
* To generate a TOTP token, run ``python thevickypedia_scripts/otp.py``, and scan the ``totp_qr.png`` using any authenticator app.
33
+
31
34
> These changes significantly improve the security posture of a basic authentication mechanism.
0 commit comments