rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Mongo for storing schema #188

Open tomascharad opened 7 years ago

tomascharad commented 7 years ago

Hi all,

We're using CASino with https://github.com/digitalnatives/casino-moped_authenticator in our infrastructure.

Our main users collection is stored in a mongo db, and all of the rest of CASino's schema (tickets, service rules, etc...) in a separate PostgreSQL db.

Would it be possible to allow CASino's schema be stored in a mongo db?

Many thanks.