This document highlights specific changes that require a longer explanation. For a full list of changes in Parse Server 8, please refer to the changelog.
In Parse Server 8, the invalid link page will no longer provide the username
URL parameter. Instead, the URL parameter will now be expiredToken
. This change affects how expired verification emails are handled.
To regenerate a verification email request, send a POST
request to the following endpoint:
HTTP
Method: POST
URL: {{server url}}/resend_verification_email
Headers:
Content-Type: application/x-www-form-urlencoded
Body:
expiredToken={token}