jeremyevans / rodauth

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

Remove registration of internal rodauth class #169

Closed janko closed 3 years ago

janko commented 3 years ago

As discussed on the google group, this modifies instantiating of internal rodauth instance in a way that doesn't require the internal rodauth class to be registered on the roda class. This helps it remain invisible when introspecting the roda class.

jeremyevans commented 3 years ago

This looks good, thanks!