1.1 JWT Authentication Setup
For User Authentication
Last updated
For User Authentication
Last updated
This plugin is required for the authentication purpose of user registration & login. After installing and activating the plugin, you have to configure some stuff. You can follow their guide or follow the steps below:
You have to edit your .htaccess file and add two lines of code there. You can get the file in your Cpanel > File manager > public_html > your_site directory. Now click on edit the file and add the following two lines under the RewriteEngine On line and click on Save changes at the top.
Now, again you have to edit your wp-config.php file and add two lines of code. You will get the file in the same directory Cpanel > File manager > public_html> your_site> wp-config.php. Now click on edit the file and add the following two lines under the define( 'WP_DEBUG', false ); line.
After adding these two lines of code, you have to add a top-secret key in the first line of the following code. To get the code go to this url and copy the NONCE SALT key and paste it here. After this, your lines will look like in the picture below:
Now save the file. That’s it.