Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How can I use the Vanilla login cookie elsewhere?

Hello, I have a CRM-style application that I built from scratch in CodeIgniter, and I'd like my users to login through Vanilla to access it. I've done this in SMF previously -- I was able to read their SMF cookie, parse out the User ID and security token and verify it against the SMF tokens database, using the same logic SMF itself uses. Is there a similar way to do this with Vanilla? Or is there an easier way via the API or something?

Thanks for your help.

Tagged:

Best Answer

Answers

Sign In or Register to comment.