ory / kratos-selfservice-ui-node

Apache License 2.0
321 stars 209 forks source link

feat: allow external partials on login & registration #295

Closed jonas-jonas closed 1 year ago

jonas-jonas commented 1 year ago

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.

Related Issue or Design Document

Checklist

Further comments