Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@codingaddicted codingaddicted released this 30 May 22:20
· 30 commits to main since this 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 returnUrl parameter.
  • 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.