jeremyevans / rodauth

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

Mongoid support #111

Closed HLFH closed 4 years ago

HLFH commented 4 years ago

It would be great to have Mongoid support.

jeremyevans commented 4 years ago

I believe all of Rodauth's database access is through code that can be using Rodauth's configuration methods. So someone could theoretically add Mongoid support using the configuration methods, without changes to Rodauth itself.

There is no plans for native Rodauth support for MongoDB, now or in the future, as the existing database access depends heavily on Sequel, which is only for SQL databases.