Is there a way I can integrate authentication from a legacy system to a couchapp?
I mean, I have a system with user-accounts and all, and it's written in some legacy languages, and it should not matter which they are. However life go on, and I would like to utilize magnificent tools like couch. But I don't want to port all my system to couch - it will take forever and will never happen!
What I want to do is develop whatever new modules I can over couch, and let it work in accord with the original legacy system, utilizing the existing authentication and session mechanism, and providing new functionality over it.
What are my options?
If you need more information - ask.