| 开发者 |
aysnc
junaidbhura |
|---|---|
| 更新时间 | 2025年9月13日 20:21 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 6.8 |
| 版权: | MIT |
// 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:
If you've defined it in wp-config.php, you can retrieve it from there. If you've only set it in the WordPress admin, you may need to access your database directly to retrieve it.
No, the standard wp-login.php is disabled for security reasons. You must use the custom login URL.
Yes, the plugin is compatible with WordPress multisite installations.
You can update them either in the WordPress admin interface or in your wp-config.php file, depending on how you initially configured the plugin.