Closed pedrohenriquerls closed 9 years ago
For authentication it would be possible for sure, you just need an authenticator for it. I don't know whether one exists already.
For the internal database structure CASino uses ActiveRecord::Base so I don't think you can run it with a MongoDB backend.
ActiveRecord::Base
I working mate found this: https://github.com/digitalnatives/casino-moped_authenticator I think this solves my problem :) thanks a lot for help
For authentication it would be possible for sure, you just need an authenticator for it. I don't know whether one exists already.
For the internal database structure CASino uses
ActiveRecord::Base
so I don't think you can run it with a MongoDB backend.