Plugin info

Total downloads: 1,195
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/7/2025 (298 days ago)
Added to WordPress: 4/25/2022 (3 years old)
Minimum WordPress version: 4.4.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: 5.5

Maintenance & Compatibility

Maintenance score

Stale • Last updated 298 days ago

38/100

Is Simple JWT Login MailPoet – Login users from newsletter abandoned?

Likely maintained (last update 298 days ago).

Compatibility

Requires WordPress: 4.4.0
Tested up to: 6.7.4
Requires PHP: 5.5

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The Simple JWT Login MailPoet plugin is an add-on for the Simple-Jwt-Login plugin.
It allows you to seamlessly log users into your WordPress site using a JWT generated from MailPoet newsletters.

Simple shortcode example:

[custom:simple-jwt-login]

This shortcode will generate a link, with the text “Login”

Available shortcode parameters:
– text : The text for the link
– class: Class added for the link
– style: Custom CSS added to the link
– validity: The number of seconds a JWT is valid
– authCode: Auth Code that is required by Autologin. You will find this in Simple-JWT-Login plugin -> Auth Codes
– redirectUrl: This URL will overwrite the SimpleJWTLogin settings, and it will specify where users will be redirected after autologin.
– isUrl: When this parameter is provided, the shortcode will return only the autologin URL

Full short code example:

[custom:simple-jwt-login text="Login" class="myClassName" style="color:red;" validity="604800" authCode="1"]

This example will generate a red link, with the text “Login”.

You can also customize the shortcode to just return the URL.

[custom:simple-jwt-login text="Login" validity="604800" isUrl="on"]

Installation

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

  1. Download the Simple-JWT-login-MailPoet 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-MailPoet’ and select ‘Install Now’
  3. Activate the plugin when prompted

Next steps:
In The “Simple JWT Login” tab, there will be a new submenu item “MailPoet integration”. Generate your shortcode there and copy it into your newsletter templates.

Frequently Asked Questions

Is the Auth Code required?

No, it is not required. You can disable it from the Simple-JWT-Login -> ‘Login’. Just set the parameter ‘Login requires Auth Code’ to ‘No’.

Does this plugin works with MailPoet 2?

No. This plugin works only with MailPoet 3. MailPoet 2 is deprecated.

Can I add multiple short-codes in a single newsletter?

Yes. You can add as many short-codes as you want in a single email template.

Review feed

No reviews available

Screenshots

  1. Short code generator

    Short code generator

  2. Email template shortcode example

    Email template shortcode example

  3. Email template preview

    Email template preview

Changelog

= 1.0.2 (07 Mar 2025)
– Update WordPress 6.7 compatibility

= 1.0.1 (31 Jul 2024)
– Fix Shortcode handler
– Update WordPress 6.6 compatibility

= 1.0.0 (03 May 2024)
– Test with latest WordPress version

0.1.1 (26 Apr 2022)

  • Add a new parameter to allow the display of only the URL

0.1.0 (06 Apr 2022)

  • Initial release