{"id":156121,"date":"2022-04-25T07:39:32","date_gmt":"2022-04-25T07:39:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-jwt-login-mailpoet\/"},"modified":"2026-03-18T05:34:06","modified_gmt":"2026-03-18T05:34:06","slug":"simple-jwt-login-mailpoet","status":"publish","type":"plugin","link":"https:\/\/mai.wordpress.org\/plugins\/simple-jwt-login-mailpoet\/","author":14667234,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"6.9.4","requires":"4.4.0","requires_php":"5.5","requires_plugins":null,"header_name":"Simple-JWT-Login-MailPoet","header_author":"Nicu Micle","header_description":"Simple-JWT-Login MailPoet Add-on integrates MailPoet with Simple-Jwt-Login","assets_banners_color":"322600","last_updated":"2026-03-18 05:34:06","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=PK9BCD6AYF58Y&source=url","header_plugin_uri":"https:\/\/simplejwtlogin.com","header_author_uri":"https:\/\/github.com\/nicumicle","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1419,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"nicu_m","date":"2022-04-25 07:39:23"},"0.1.1":{"tag":"0.1.1","author":"nicu_m","date":"2022-04-27 05:11:33"},"1.0.0":{"tag":"1.0.0","author":"nicu_m","date":"2024-08-01 04:47:20"},"1.0.1":{"tag":"1.0.1","author":"nicu_m","date":"2024-08-01 04:47:20"},"1.0.2":{"tag":"1.0.2","author":"nicu_m","date":"2025-03-07 06:16:24"},"1.0.3":{"tag":"1.0.3","author":"nicu_m","date":"2026-03-18 05:34:06"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2714189,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2714189,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2714189,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2714189,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0","0.1.1","1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2714189,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2714189,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2714189,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Short code generator","2":"Email template shortcode example","3":"Email template preview"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[9567,38851,1033,239208,239207],"plugin_category":[38],"plugin_contributors":[172819],"plugin_business_model":[],"class_list":["post-156121","plugin","type-plugin","status-publish","hentry","plugin_tags-auto-login","plugin_tags-jwt","plugin_tags-mailpoet","plugin_tags-newsletter-jwt","plugin_tags-newsletter-login","plugin_category-authentication","plugin_contributors-nicu_m","plugin_committers-nicu_m"],"banners":{"banner":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/banner-772x250.png?rev=2714189","banner_2x":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/banner-1544x500.png?rev=2714189","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/icon-128x128.png?rev=2714189","icon_2x":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/icon-256x256.png?rev=2714189","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/screenshot-1.png?rev=2714189","caption":"Short code generator"},{"src":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/screenshot-2.png?rev=2714189","caption":"Email template shortcode example"},{"src":"https:\/\/ps.w.org\/simple-jwt-login-mailpoet\/assets\/screenshot-3.png?rev=2714189","caption":"Email template preview"}],"raw_content":"<!--section=description-->\n<p>The Simple JWT Login MailPoet plugin is an add-on for the Simple-Jwt-Login plugin.\nIt allows you to seamlessly log users into your WordPress site using a JWT generated from MailPoet newsletters.<\/p>\n\n<p>Simple shortcode example:<\/p>\n\n<pre><code>[custom:simple-jwt-login]\n<\/code><\/pre>\n\n<p>This shortcode will generate a link, with the text \"Login\"<\/p>\n\n<p>Available shortcode parameters:\n- text : The text for the link\n- class: Class added for the link\n- style: Custom CSS added to the link\n- validity: The number of seconds a JWT is valid<br \/>\n- authCode: Auth Code that is required by Autologin. You will find this in Simple-JWT-Login plugin -&gt; Auth Codes \n- redirectUrl: This URL will overwrite the SimpleJWTLogin settings, and it will specify where users will be redirected after autologin. \n- isUrl: When this parameter is provided, the shortcode will return only the autologin URL<\/p>\n\n<p>Full short code example:<\/p>\n\n<pre><code>[custom:simple-jwt-login text=\"Login\" class=\"myClassName\" style=\"color:red;\" validity=\"604800\" authCode=\"1\"]\n<\/code><\/pre>\n\n<p>This example will generate a red link, with the text \"Login\".<\/p>\n\n<p>You can also customize the shortcode to just return the URL.<\/p>\n\n<pre><code>[custom:simple-jwt-login text=\"Login\" validity=\"604800\" isUrl=\"on\"]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>Here's how you install and activate the JWT-login plugin:<\/p>\n\n<ol>\n<li>Download the Simple-JWT-login-MailPoet plugin.<\/li>\n<li>Upload the .zip file in your WordPress plugin directory.<\/li>\n<li>Activate the plugin from the \"Plugins\" menu in WordPress.<\/li>\n<\/ol>\n\n<p>or<\/p>\n\n<ol>\n<li>Go to the 'Plugins' menu in WordPress and click 'Add New'<\/li>\n<li>Search for 'Simple-JWT-Login-MailPoet' and select 'Install Now'<\/li>\n<li>Activate the plugin when prompted<\/li>\n<\/ol>\n\n<p>Next steps:\nIn 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.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"is%20the%20auth%20code%20required%3F\"><h3>Is the Auth Code required?<\/h3><\/dt>\n<dd><p>No, it is not required. You can disable it from the Simple-JWT-Login -&gt; 'Login'. Just set the parameter 'Login requires Auth Code' to 'No'.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20works%20with%20mailpoet%202%3F\"><h3>Does this plugin works with MailPoet 2?<\/h3><\/dt>\n<dd><p>No. This plugin works only with MailPoet 3. MailPoet 2 is deprecated.<\/p><\/dd>\n<dt id=\"can%20i%20%20add%20multiple%20short-codes%20in%20a%20single%20newsletter%3F\"><h3>Can I  add multiple short-codes in a single newsletter?<\/h3><\/dt>\n<dd><p>Yes. You can add as many short-codes as you want in a single email template.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3 (17 Mar 2026)<\/h4>\n\n<ul>\n<li>Update WordPress 6.9 compatibility<\/li>\n<li>Security updates<\/li>\n<\/ul>\n\n<h4>1.0.2 (07 Mar 2025)<\/h4>\n\n<ul>\n<li>Update WordPress 6.7 compatibility<\/li>\n<\/ul>\n\n<h4>1.0.1 (31 Jul 2024)<\/h4>\n\n<ul>\n<li>Fix Shortcode handler<\/li>\n<li>Update WordPress 6.6 compatibility<\/li>\n<\/ul>\n\n<h4>1.0.0 (03 May 2024)<\/h4>\n\n<ul>\n<li>Test with latest WordPress version<\/li>\n<\/ul>\n\n<h4>0.1.1 (26 Apr 2022)<\/h4>\n\n<ul>\n<li>Add a new parameter to allow the display of only the URL<\/li>\n<\/ul>\n\n<h4>0.1.0 (06 Apr 2022)<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"The Simple JWT Login MailPoet plugin is an add-on for the Simple-Jwt-Login plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/156121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=156121"}],"author":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nicu_m"}],"wp:attachment":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=156121"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=156121"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=156121"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=156121"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=156121"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=156121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}