Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 899 Bytes

8.0.0.md

File metadata and controls

30 lines (18 loc) · 899 Bytes

Parse Server 8 Migration Guide

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.



Invalid Link Page Changes

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.

Regenerating a Verification Email Request

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}