janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
584 stars 40 forks source link

Support internal_request feature #53

Closed janko closed 3 years ago

janko commented 3 years ago

This adds support for the upcoming internal_request Rodauth feature. The following changes are made for internal requests:

In the future we might deprecate the Rodauth::Rails.rodauth API for creating Rodauth instances in favour of the internal_request feature, but for now we just add a note to the README.

The tests also need to be added before merging.