jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.65k stars 95 forks source link

Requires tilt unless in JSON API only mode #318

Closed davekaro closed 1 year ago

davekaro commented 1 year ago

I'm building an app that uses Roda and Phlex (which uses pure Ruby to render HTML), so I don't need tilt and I don't need the Roda render plugin. Today, I can do that by turning on JSON API only mode, but that isn't what I want either. Would you be open to an alternative configuration that would enable skipping these?

jeremyevans commented 1 year ago

Sure, I would accept a render: false plugin option that disables use of the render plugin (similar to flash: false), assuming it came with appropriate tests and documentation.

In the future, please only open an GitHub Issue to report a bug in Rodauth. For questions like this, please open a GitHub Discussion or post on the Google Group.