使用 Devise 和 Warden 进行跨应用程序身份验证
我有 2 个应用程序。带设备的 Rails 3 应用程序和带 Warden 的 Sinatra 应用程序。
我已经使用 Rails 应用程序实现了 Devise。
我的 sinatra 应用程序是 Rails/javascript 应用程序的 api 提供程序。
我现在想要的是让 Warden 进行身份验证取决于 Devise。
请注意,两个应用程序共享相同 {databases}
和 {cookies/sessions [:key, :secret, :domain, :path] }
谢谢
I have 2 applications. A rails 3 application with devise, and a Sinatra app with warden.
I already implemented Devise with the rails app.
My sinatra application is an api provider for the rails/javascript application.
What I want now is to make warden authenticated depends on Devise.
Notice that both applications are sharing the same { databases }
and { cookies/sessions [:key, :secret, :domain, :path] }
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这回答了你们所有人:http://engineering.aioha。 com/post/15082655842/building-a-web-client-like-pros
This answers you all: http://engineering.aioha.com/post/15082655842/building-a-web-client-like-pros