Banner for Simple Jwt Login
This plugin allows you to login or register to a WordPress website using a JWT. Wordpress Tutorial
Noted That:
  • To install correctly this simple-jwt-login.zip .
  • Fisrt Download the simple-jwt-login.zip to your computer
  • Extract/Open simple-jwt-login.zip to Your Computer.
  • Then, Find readme.txt file inside simple-jwt-login.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " simple-jwt-login.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Simple Jwt Login

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Simple Jwt Login

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Simple Jwt Login

Step-5 : Now, Browse " simple-jwt-login.zip " Downloaded plugin from your computer, Where you downloaded " simple-jwt-login.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Simple Jwt Login

Step-6 : Now, Click on " Active Plugin "

Activate Simple Jwt Login

Step-7 : Then, See left Side Menu. " Simple Jwt Login " folder is added on left Side Menu. Now, Click on " Simple Jwt Login " folder.

Noted that: If you do not see " Simple Jwt Login " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Simple Jwt Login Configurations and Settings or How to work " Simple Jwt Login " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Simple JWT Login – Login and Register to WordPress using JWT " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Simple JWT Login – Login and Register to WordPress using JWT
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Here’s how you install and activate the JWT-login plugin:

  1. Download the Simple-JWT-login plugin.
  2. Upload the .zip file in your WordPress plugin directory.
  3. Activate the plugin from the “Plugins” menu in WordPress.

or

  1. Go to the ‘Plugins’ menu in WordPress and click ‘Add New’
  2. Search for ‘Simple JWT Login’ and select ‘Install Now’
  3. Activate the plugin when prompted

Next steps:

  • Go to “General section”

    • set “JWT Decryption key”. With this key, we will validate the JWT.
    • choose “JWT Decryption algorithm”.
  • Go to “Login Settings”

    • please set “Allow Auto-login” to “yes”.
    • set parameter “Action” ( Login by WordPress User ID / User Email).
    • set the “JWT parameter key” with the key from your JWT where user email or user ID can be found in the decoded JWT.

After that, you can copy the sample URL from the top of the page ( Login Config section), replace the JWT string with your valid JWT, and you will be redirected to your WordPress and automatically logged in.

Also, if you don’t want to add the JWT in the URL, you can add it in the header of the request with the key ‘Authorizatoin’.
Please note that the JWT that is set in the header overwrites the one from the URL.

Example:


Authorization: Bearer YOURJWTTOKEN

or


Authorization: YOURJWTTOKEN

Name