Validate emails using the Request
Howdy Verifiers!
This is a pretty significant release which introduces a new VerifyEmailHelperInterface::validateEmailConfirmationFromRequest()
method that will replace, the now deprecated, validateEmailConfirmation()
in v2.0.0
. This new method requires for you to pass a Request
object instead of a string
that represents the signed url that the user "clicked" when verifying their email address. We've documented the change in our README and the UPGRADE guide.
Most users should not be using the UriSignerFactory class directly, but for those that are, this class will become final
and internal
in v2.0.0
.
Speaking of v2.0.0
, this will be one of the last 1.x versions of VerifyEmailBundle released that contains new features. Moving forward, we should see v2.0.0
released soon, at which time only bug / security fixes will be released in v1.x
. We will continue to maintain v1.x
until approximately November 2024. More information will be shared about this soon!
v1.17.0
March 16th, 2024
Feature
- #165 - UriSignerFactory to become internal in 2.x - @jrushlow
- #157 - use
UriSigner::checkRequest()
to validate signatures using aRequest
object - @jrushlow
Full Changelog: v1.16.2...v1.17.0