Simple JWT Login MailPoet- Login users from newsletter

Simple JWT Login MailPoet- Login users from newsletter Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 362 downloads
Simple JWT Login MailPoet- Login users from newsletter Icon

Try plugin: Simple JWT Login MailPoet- Login users from newsletter

We'll create fresh WordPress site with Simple JWT Login MailPoet- Login users from newsletter installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Simple JWT Login MailPoet- Login users from newsletter

This plugin is an Add-on for Simple-Jwt-Login. It allows you to automatically login users from the newsletter sent by MailPoet into a WordPress websit …

0


0


0


0


0

updated: 2 years ago
since: 2 years ago
author: Nicu Micle

Description

This plugin is an Add-on for Simple-Jwt-Login. It allows you to automatically login users from the newsletter sent by MailPoet into a WordPress website using a JWT.

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”.