Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Single sign on for Vanilla 1
Any chance of this addon seeing the light of day or should I write it?
1
Comments
Yes, I can but I need to tweak it a little so that the cookie is referenced to in the database and not on the local machine. We have two web servers serving vanilla from one DB and login does not work well if you are load balanced between servers.
To be honest, the code is so well designed that it was a pleasure to hack it. Well documented, easy to follow and overall just good. @Mark, thank you!
Say, I have X vanilla servers all pooling data from a database server (technically, a cluster but as far as Vanilla knows, one IP). What would be the best way to hold sessions? Update the database to have another field in LUM_Users or something else?
Ideas welcome.