jeremyevans / rodauth

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

Add guide for rendering confirmation view #361

Closed janko closed 11 months ago

janko commented 11 months ago

Follow-up on https://github.com/jeremyevans/rodauth/discussions/360

This is a useful technique for rendering views after successful actions, while avoiding having to define routes for those pages, which would make them accessible outside of those actions.

jeremyevans commented 11 months ago

Looks good, thanks for the patch!