Coming from this thread.
The backTo and forwardsTo params make the URLs look dense and ugly, in extension making UX worse. Let's try to find ways to remove them, either by creating new routes for flows which would benefit from it, dropping the user to the original flow, when it comes to things like settings.
We will make sure to:
- Mark adding new
goBack param as deprecated with a warning so people do not add more instances of these
- Update the documentation about the backTo param to indicate how the developer should go about the situations when they think they need the param
- Update the test case to ensure the expected navigation is captured there
Issue Owner
Current Issue Owner: @mountiny
Coming from this thread.
The
backToandforwardsToparams make the URLs look dense and ugly, in extension making UX worse. Let's try to find ways to remove them, either by creating new routes for flows which would benefit from it, dropping the user to the original flow, when it comes to things like settings.We will make sure to:
goBackparam as deprecated with a warning so people do not add more instances of theseIssue Owner
Current Issue Owner: @mountiny