Integrating My Zend Framework Application with Wordpress and having one Login
I am developing a ZF application and I am using wordpress as the CMS. The problem I have is I have two 开发者_运维百科logins right now one for my application and one for wordpress. Is there a way that I can have the user login to my application and pass to wordpress the users authentication so that the user does not have to login to wordpress also?
Here's a blog post that goes over the process exhaustively. Although slightly older, it should point you in the right direction. I came across it while attempting (unsuccessfully) the same thing.
My blog post about creating a single login when integrating wordpress into an admin area may help you out.
http://www.robjstanley.com/zend-framework-wordpress-single-admin-login/
Hope it helps.
精彩评论