
前言介紹
- 這款 WordPress 外掛「Aysnc Login with Auth0」是 2025-09-12 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-09-13,距離現在已有 165 天。
- 外掛最低要求 WordPress 6.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 8.2 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
aysnc | junaidbhura |
外掛標籤
sso | auth0 | login | Single Sign-on |
內容簡介
總結:
Auth0 Login for WordPress 提供了一個簡單安全的方式,使用 Auth0 登入 WordPress。它將預設的登入畫面換成重定向至 Auth0 的畫面。
問與答:
1. Auth0 Login for WordPress 提供了哪些特點?
- 非常容易設置
- 使用一個秘密鏈接取代標準的 WordPress 登入 URL 以提供額外安全性
- 使用 OAuth 2.0 / OIDC 透過 Auth0 驗證用戶
2. 如何進行外掛設置?
- 可透過 WordPress 管理界面或在 wp-config.php 文件中定義常數來配置外掛
- 選項1:透過 WordPress 管理員界面進行設置
- 進入 WordPress Admin > Settings > Auth0
- 輸入以下必要信息:秘密登入令牌、Auth0 域名、Auth0 應用程式 Client ID、Auth0 應用程式 Client Secret
- 點擊保存更改
- 選項2:透過 wp-config.php 進行設置(建議)
- 在 wp-config.php 文件中添加以下行: Auth0 設置常數 (AYSNC_AUTH0_SECRET_LOGIN_TOKEN、AYSNC_AUTH0_DOMAIN、AYSNC_AUTH0_CLIENT_ID、AYSNC_AUTH0_CLIENT_SECRET)
3. Auth0 用於什麼以及它的資料處理方式?
- Auth0 是一個基於雲的身份和存取管理平台,提供身份驗證和授權服務。此外掛使用 Auth0 進行用戶驗證,而不使用 WordPress 內置的驗證系統。
- 用戶嘗試登入時將數據發送至 Auth0,進行身份認證和獲取用戶憑證和用戶配置文件信息。
- 用戶配置文件信息如電子郵件地址將從 Auth0 源取出以匹配或創建 WordPress 用戶帳戶
4. 服務信息
- 服務提供者:Auth0, Inc.
- 服務網址:https://auth0.com/
- 服務條款:https://auth0.com/terms
- 隱私政策:https://auth0.com/privacy
- 重要提示:您必須配置自己的 Auth0 應用程序並負責審閱和遵守 Auth0 的服務條款和隱私政策。資料處理取決於您的 Auth0 配置以及用戶在驗證過程中提供的信息。
原文外掛簡介
❤️ Contribute on GitHub
Auth0 Login for WordPress provides a simple, secure way to log in to WordPress using Auth0. It hides the default login screen with a redirect to Auth0.
Watch this video to see how to configure your Auth0 application and hook it up to WordPress:
Features
Very easy to set up
Replaces the standard WordPress login URL with a secret link for additional security
Authenticates users via Auth0 using OAuth 2.0 / OIDC
Configuration
You can configure the plugin either through the WordPress admin interface or by defining constants in your wp-config.php file (recommended for enhanced security).
Option 1: WordPress Admin Configuration (Basic)
Go to WordPress Admin > Settings > Auth0
Enter the following required information:
Secret Login Token: A unique, random string that will be used for your custom login URL
Domain: Your Auth0 domain (e.g., your-tenant.auth0.com)
Client ID: Your Auth0 application Client ID
Client Secret: Your Auth0 application Client Secret
Save changes
Option 2: wp-config.php Configuration (Recommended)
For enhanced security, add the following lines to your wp-config.php file:
// Auth0 Configuration
define( 'AYSNC_AUTH0_SECRET_LOGIN_TOKEN', 'your-secret-token' );
define( 'AYSNC_AUTH0_DOMAIN', 'your-tenant.auth0.com' );
define( 'AYSNC_AUTH0_CLIENT_ID', 'your-client-id' );
define( 'AYSNC_AUTH0_CLIENT_SECRET', 'your-client-secret' );
This method prevents your Auth0 credentials from being stored in the database.
Important: Don’t lose your login URL!
After configuring the plugin:
Your WordPress login URL will change to: https://your-wordpress-site.com/your-secret-token
The standard wp-login.php page will be disabled
Save your new login URL in a secure location – you’ll need it to access your WordPress admin area
If you change your Secret Login Token in wp-config.php, use the “Update Login URL” button in the Auth0 settings page to refresh the login URL.
External Services
This plugin connects to Auth0, a third-party authentication service, to provide secure user authentication for your WordPress site.
What is Auth0 and what is it used for?
Auth0 is a cloud-based identity and access management platform that provides authentication and authorization services. This plugin uses Auth0 to authenticate users instead of using WordPress’s built-in authentication system.
What data is sent and when?
The following data is transmitted to Auth0:
* When a user attempts to log in: The user is redirected to Auth0’s servers for authentication
* During the OAuth flow: Auth0 receives user credentials and returns authentication tokens and user profile information (email, name, etc.) back to your WordPress site
* User profile information such as email address is retrieved from Auth0 to match or create WordPress user accounts
Service Information
Service Provider: Auth0, Inc.
Service Website: https://auth0.com/
Terms of Service: https://auth0.com/terms
Privacy Policy: https://auth0.com/privacy
Important: You must configure your own Auth0 application and are responsible for reviewing and complying with Auth0’s terms of service and privacy policy. The data processing depends on your Auth0 configuration and the information users provide during authentication.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Aysnc Login with Auth0」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WPS Hide Login 》中文, WPS Hide Login 是一個非常輕量的外掛,讓您輕鬆且安全地更改登入表單頁面的網址。它不會真正地重命名或更改核心檔案,也不會添加重寫規則。它只是攔截...。
Security Optimizer – The All-In-One Protection Plugin 》透過精心挑選且易於配置的功能,SiteGround Security 外掛提供了您所需的一切來保護您的網站並預防多種威脅,例如暴力破解攻擊、登錄錯誤、資料外洩等等。, ...。
Loginizer 》Loginizer 是一個 WordPress 外掛,可幫助您對抗暴力攻擊,當 IP 地址達到最大重試次數時,該外掛會阻止其登錄。您可以使用 Loginizer 將 IP 地址列入黑名單...。Limit Login Attempts 》此外掛可限制正常登入及使用驗證 cookies 登入的次數。, WordPress 預設允許使用者無限次數嘗試登入,無論是透過登入頁面或是傳送特殊 cookies 皆可。這讓密...。
LoginPress | wp-login Custom Login Page Customizer 》LoginPress 外掛提供了很多自訂欄位,可以更改 WordPress 登入頁面的版面配置。您可以完全修改登入頁面的外觀和感覺,即使是登入錯誤訊息、忘記密碼錯誤訊息...。
WPS Limit Login 》繁體中文, 限制通過登錄頁面和使用權限Cookie可能的登錄嘗試次數。, WordPress 默認情況下允許通過登錄頁面或發送特殊 Cookie 的方式進行無限制的登錄嘗試。...。
Login Lockdown & Protection 》Login LockDown 記錄每次失敗的登入嘗試的 IP 位址和時間戳記。如果在短時間內來自相同 IP 範圍的嘗試次數超過一定數量,那麼該 IP 位址的所有登入請求都會被...。
WP Ghost (Hide My WP Ghost) – Security & Firewall 》Hide My WP Ghost 是一個 WordPress 安全外掛,透過強大且易於使用的功能,提供最佳的安全解決方案。它可以在不改變任何目錄或檔案的情況下,將網站的安全性...。
Custom Login Page Customizer 》Custom Login Page Customizer 外掛可讓您輕鬆地從 WordPress Customizer 自訂您的登入頁面!在儲存之前,您可以預覽自訂的登入頁面變更!太棒了,對吧?, , ...。
WP fail2ban – Advanced Security 》Fail2ban是您可以實施來保護 WordPress 網站的最簡單和最有效的安全措施之一。, WP fail2ban 提供 WordPress 與 fail2ban 之間的連接:, Oct 17 20:59:54 foo...。
All In One Login — WP Admin Login Page Security and Customization with Google reCAPTCHA, Social Login, Limit Login Attempt, 2FA, and more. 》Change wp-admin login 是一個輕量級的外掛程式,可讓您輕鬆且安全地更改 wp-admin,讓它變成您想要的東西。它不會重新命名或更改核心檔案,只是攔截頁面請求...。
WP Hide & Security Enhancer 》WP-Hide 推出了最簡單的方法,完全隱藏 WordPress 核心文件、登錄頁面、佈景主題和外掛程式的路徑,使其不會顯示在前端,這是 Site Security 的一個巨大改進...。
Theme My Login 》曾經希望您的 WordPress 登入頁面與網站的其餘部分相匹配嗎?現在您的願望成真了!「Theme My Login」讓您可以繞過預設的 WordPress 標誌登入頁面,該頁面與...。
Login No Captcha reCAPTCHA 》此外掛新增了 Google 無人類驗證功能的勾選框,可應用於您的 WordPress 和 Woocommerce 登錄、忘記密碼及使用者註冊頁面,讓人類使用者輕鬆透過勾選框登入,...。
WP-Members Membership Plugin 》8211; allows you to restrict file downloads to registered users only, with customizable download links., MailChimp Integration – integrates W...。
