Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions plugins/two-factor-auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Two Factor Authentication

The Two-Factor Authentication (2FA) Plugin for Countly enhances account security by adding an additional layer of authentication. It allows users to enable or disable 2FA for their accounts and provides administrative controls for managing 2FA settings for other users.

## Configuration View:

Registers labels for 2FA settings to customize the web UI.

## TwoFAUser Component:

Manages the 2FA setup modal.
Initializes 2FA settings and handles user interactions for enabling or disabling 2FA.
Sends requests to enable or disable 2FA and handles success and error responses.

## Registering the Component:

Registers the TwoFAUser component in the Countly Vue container under the account settings page.
This plugin provides a comprehensive solution for managing 2FA settings within the Countly application, enhancing the security of user accounts by requiring an additional authentication step.
Loading