jeremyevans / rodauth

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

Expose flash, reason, and field errors on InternalRequestError #172

Closed janko closed 3 years ago

janko commented 3 years ago

To give the user all available information about why an internal request failed, we include flash, reason, and field errors in the exception message, and also expose this data via attributes on the exception object.

jeremyevans commented 3 years ago

Thanks for working on this. This looks good. I'll merge and test on Monday.