fief-dev / fief

Users and authentication management SaaS
https://www.fief.dev
Other
486 stars 42 forks source link

Override auth pages templates #352

Open frankie567 opened 3 months ago

frankie567 commented 3 months ago

To provide better customization, we could offer to override HTML templates using a defined location. This is handled pretty well by Jinja.

In a Docker environment, developers would only need to mount their templates to the required location, which is very neat.


If it works well, this approach could be expanded to email templates as well.