Add custom route building #7230
Labels
state:released
Released as stable version
state:released-beta
Released as beta version
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
Currently, the experimental
PagesRouter
(like thePublicAPIRouter
) has built-in routing and pages logic for the features:It does not allow to add custom routes while using the logic that is already provided in the router in combination with the Parse Server internal
PromiseRouter
. Instead, developers usually have to write custom routes from scratch that exist beside thePagesRouter
.Feature / Enhancement Description
Allow to easily add custom routes while leveraging the router's capabilities. This allows to easily create complex user flows as a combinations of HTML pages and Parse Server logic. It allows to customize the password reset and email verification routes or create new custom-purpose routes.
Example Use Case
Alternatives / Workarounds
Developer implements custom routes without the benefits of the
PagesRouter
features such as localization and in possible conflict with built-in routes.3rd Party References
(none)
The text was updated successfully, but these errors were encountered: