jeremyevans / rodauth

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

Added new auth method `json_response_error?` #340

Closed opya closed 1 year ago

opya commented 1 year ago

Based on this discussion https://github.com/jeremyevans/rodauth/discussions/339 and @jeremyevans suggestions.

jeremyevans commented 1 year ago

Thanks for the patch!

jeremyevans commented 1 year ago

I merged the first patch but not the second. The second patch doesn't fix a typo, the email address is deliberately wrong (even the domain is wrong).

opya commented 1 year ago

Thank you! Jeremy