Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename casdoor-app to casdoor-authenticator #641

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
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
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