v0.1.0
Pre-release
Pre-release
WP Magic Link Auth v0.1.0 - Initial Release
This is the first release of WP Magic Link Auth! This version introduces the core functionality of passwordless login using secure magic links, offering a user-friendly and secure alternative to traditional password-based authentication.
Key Features
- Passwordless login: Users can log in securely using magic links sent to their email addresses.
- Enhanced Security: Session-based single-use tokens prevent replay attacks, and rate limiting protects against brute-force attempts.
- Customizable Redirects: Specify the redirect URL after successful login using the shortcode's
returnUrlparameter. - Flexible Integration: Easily integrate the login form into your custom pages using the provided shortcode and style it with CSS.
- JavaScript Events: Handle success and error scenarios on the page with custom JavaScript code using
window.postMessage.