This PR allows adding a function that returns some kind of partial name via the createHelpers object for the login & registration routes. It also enables passing extra context via the res.locals object to the templates.
[ ] I confirm that this pull request does not address a security vulnerability.
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.sh) from the maintainers to push the changes.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] I have added the necessary documentation within the code base (if appropriate).
This PR allows adding a function that returns some kind of partial name via the
createHelpers
object for the login & registration routes. It also enables passing extra context via theres.locals
object to the templates.Related Issue or Design Document
Checklist
Further comments