Changeset 2906193
- Timestamp:
- 04/29/2023 11:10:43 PM (3 years ago)
- Location:
- magic-login-api/trunk
- Files:
-
- 1 added
- 3 edited
-
changelog.txt (added)
-
lib/core.php (modified) (1 diff)
-
magicloginmail.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-login-api/trunk/lib/core.php
r2767204 r2906193 27 27 'slug' => 'magic-login-api', 28 28 'support' => false, 29 ), 30 // Set the SDK to work in a sandbox mode (for development & testing). 31 // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT. 32 'secret_key' => 'sk_l(Pna!OV}=Ca*[=OyrM0E.bBYwlEP', 29 ) 33 30 ) ); 34 31 } -
magic-login-api/trunk/magicloginmail.php
r2767204 r2906193 11 11 * Plugin URI: https://draglabs.com/wp_magic_login_api 12 12 * Description: Enter your email address, and send you an email with a magic link to login without a password. 13 * Version: 1.1. 013 * Version: 1.1.2 14 14 * Author: David Strom and Manish Kumar 15 15 * Author URI: https://draglabs.com/ -
magic-login-api/trunk/readme.txt
r2767204 r2906193 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.0.1 8 Stable tag: 1.1. 08 Stable tag: 1.1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Automate generate login tokens and a magic link to log in without a password. Compatible with any ESP. 12 Automate generate login tokens and a magic link to log in without a password. Compatible with any ESP... 13 13 14 14 == Description == … … 29 29 30 30 1. Upload `magic-login-api` directory to the `/wp-content/plugins/` directory 31 2. Activate the plugin thro ugh the 'Plugins' menu in WordPress31 2. Activate the plugin throfugh the 'Plugins' menu in WordPress 32 32 33 33 == Free version Markers == 34 34 1. You can generate only 150 passwords. 35 35 2. You can't change token generate settings it will be a default. 36 3. Can able access logs. 36 3. Can able access logs. 37 37 38 38 == Preminumn Features == … … 53 53 == Changelog == 54 54 55 = 1.1.2 = 56 * Bugfix description. 57 58 = 1.1.1 = 59 * Bugfix 60 * updated readme.txt file - added advanced user guide. 61 * updated applfefeication to link to wpressapis.com 62 * wpressapis.com is thefd homepage for the plugin. 63 * updated application to link to draglabs.com 64 * draglabs.com is the homepage for the developer. 65 55 66 = 1.1.0 = 56 Initial release. 67 * Feature 68 * updated readme 69 70 = 1.0.0 = 71 * Version 57 72 58 73 == Upgrade Notice == 59 74 60 = 1.1. 0=61 Initial release.75 = 1.1.2 = 76 * Bugfix description.
Note: See TracChangeset
for help on using the changeset viewer.