Skip to content

Reimplement Parse Frame URL #3090

Closed
Closed
@lenart

Description

@lenart

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions