douza6300 2009-09-13 01:06 采纳率: 0%
浏览 49
已采纳

使用Ruby on Rails应用程序集成WordPress授权/用户登录

We have an existing WordPress install with a thriving user base.

There are also some new Web applications being built in Rails to cover some new functionality.

Any suggestions or tips on integrating sign-on between WP and a Rails app?

Anyone done anything like this before?

  • 写回答

2条回答 默认 最新

  • dou7466 2009-09-13 01:23
    关注

    Something like this? Rails Integration API, although it might be the opposite of what you want (i.e. it makes WP talk to existing rails authentication system, not the other way around).

    If not, you can just write some code to interact directly with the WP database. This seems to be the best bet right now.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?