Skip to content

Commit

Permalink
docs: rename casdoor-app to casdoor-authenticator (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu authored Feb 5, 2025
1 parent 4f38ab1 commit 46098d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/how-to-connect/totp-authenticator-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors: [IZUMI-Zu]

## Overview

Casdoor-App (https://app.casdoor.org/) is an open-source authenticator App (source code: https://github.com/casdoor/casdoor-app) like Google Authenticator, Microsoft Authenticator or Authy. It provides Multi-Factor Authentication (MFA) with TOTP for both iOS and Android. This app allows users to store Time-based One-Time Password (TOTP) securely in the App, which is cloud-synced with Casdoor, offering a comprehensive solution for managing Two-Factor Authentication (2FA) needs directly from mobile devices.
Casdoor-Authenticator ([https://app.casdoor.org/](https://app.casdoor.org/)) is an open-source authenticator App (source code: [https://github.com/casdoor/casdoor-authenticator](https://github.com/casdoor/casdoor-authenticator)) like Google Authenticator, Microsoft Authenticator or Authy. It provides Multi-Factor Authentication (MFA) with TOTP for both iOS and Android. This app allows users to store Time-based One-Time Password (TOTP) securely in the App, which is cloud-synced with Casdoor, offering a comprehensive solution for managing Two-Factor Authentication (2FA) needs directly from mobile devices.

### Key Features

Expand All @@ -34,13 +34,13 @@ TOTP stands for Time-based One-Time Passwords and is a common form of two-factor

### Step 0: Install the Casdoor Authenticator App

Casdoor-App is currently available for Android devices. You can download the app from the following sources:
Casdoor-Authenticator is currently available for Android devices. You can download the app from the following sources:

1. Homepage: https://app.casdoor.org
2. Source code: https://github.com/casdoor/casdoor-app
3. Binary release: https://github.com/casdoor/casdoor-app/releases
1. Homepage: [https://app.casdoor.org](https://app.casdoor.org)
2. Source code: [https://github.com/casdoor/casdoor-authenticator](https://github.com/casdoor/casdoor-authenticator)
3. Binary release: [https://github.com/casdoor/casdoor-authenticator/releases](https://github.com/casdoor/casdoor-authenticator/releases)

For developers interested in building the app from source, you can find the source code and build instructions in the [Casdoor App GitHub Repository](https://github.com/casdoor/casdoor-app#building-from-source).
For developers interested in building the app from source, you can find the source code and build instructions in the [Casdoor Authenticator GitHub Repository](https://github.com/casdoor/casdoor-authenticator#building-from-source).

### Step 1: Enable Totp Account storage in Casdoor Server (Optional)

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var _hmt = _hmt || [];
<script>
document.write(Math.random() < 0.5 ?
'<a target="_blank" rel="noreferrer" href="https://casbin.org/">💖 Looking for an open-source and cross-platform authorization solution that supports ACL, RBAC, ABAC? Learn more about: Casbin</a>' :
'<a target="_blank" rel="noreferrer" href="https://app.casdoor.org/">🔐 Looking for an open-source and cross-platform multi-factor authentication solution? Learn more about: Casdoor-App</a>'
'<a target="_blank" rel="noreferrer" href="https://app.casdoor.org/">🔐 Looking for an open-source and cross-platform multi-factor authentication solution? Learn more about: Casdoor-Authenticator</a>'
);
</script>
`,
Expand Down

0 comments on commit 46098d9

Please sign in to comment.