Home Plugins simple jwt login mailpoet
Simple JWT Login MailPoet – Login users from newsletter logo

Simple JWT Login MailPoet – Login users from newsletter

by Nicu Micle on WordPress.org

The Simple JWT Login MailPoet plugin is an add-on for the Simple-Jwt-Login plugin.

(0)
Short code generator

Short code generator

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"]
Active installations0+
Weekly downloads
12-40.00%
Version1.0.3
Last updated3/18/2026
WordPress version4.4.0
Tested up to6.9.4
PHP version5.5
Tags
auto loginjwtmailpoetnewsletter jwtnewsletter login