=== Newsletter by yndenz ===
Requires at least: 4.0.0
Tested up to: 6.4.3
Stable tag: 1.0.11

Protect default login and other /wp-admin routes

== Description ==
Secure WP Admin login by adding a required GET parameter to default login routes.
Optionally protect all /wp-admin/ routes.

== Installation ==
1. Download the package
2. Unzip the package
3. Upload the folder to your website
4. Activate the Yndenz Secure Login plugin
5. Go to Settings => Yndenz Secure Login
6. Fill in a custom key to use in the login_key parameter
7. Optionally you can add define("PROTECT_WP_ADMIN_ROUTES",true) to wp-config.php to enable the protection of /wp-admin/ routes. This means that not logged in users can only use the /interacties route to do ajax.