Closed
Description
There is no easy way to reimplement what was known as "Parse Frame URL" that was used to mask Parse.com URLs on user-facing pages.
This URL was used for displaying pages dealing with password reset (and email confirmation which we're not using). Because the current setup already works (with parse.com) we'd like to keep the same functionality since we already solved the styling issues on the destination page that displays content within an IFRAME.
The link itself is constructed in parse-server/lib/Controllers/UserController.js:185
but I'm not sure how I could prepend the Frame URL and send the link as params. Something like:
var link = _this3.config.parseFrameURL + '?link=' + _this3.config.requestResetPasswordURL + 'token=' + token + '&username=' + username;
Metadata
Metadata
Assignees
Labels
No labels