janko / rodauth-rails

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

Rodauth 2.0 dependency? #1

Closed qnm closed 4 years ago

qnm commented 4 years ago

Hi!

This looks super interesting. We already have a cobbled together rails-roda implementation and I'm keen to try this, but the spec.add_dependency "rodauth", "~> 2.0" makes me think I'm missing something!

Is that deliberate?

janko commented 4 years ago

The next version of Rodauth will be 2.0. I’m currently pulling Rodauth from master in my application, but Jeremy said he added all the features he planned for 2.0, so we can expect a release soon 🤞

To reduce the amount of work needed to get rodauth-rails released, I’ve decided to target Rodauth 2.x, at least for now.

janko commented 4 years ago

rodauth-rails has finally been released, and in addition to Rodauth 2.x it also supports the latest 1.x version (1.23).