将 Symfony 1.4 sfGuardUser 表与 Symfony 2 SecurityBundle 一起使用?
我正在尝试将软件系统的一部分迁移到 Symfony 2。我不可能一次迁移所有这些系统,所以,我正在寻找一种在 Symfony 2 中使用 sf_guard_ 表进行身份验证/授权的方法。这可能吗?
到目前为止我已经这样做了: http:// www.propelorm.org/cookbook/symfony2/the-symfony2-security-component-and-propel.html
我认为当前的问题是散列方案(涉及使用盐)不工作方式相同,而且角色/权限系统不同。
I am trying to migrate a part of a software system to Symfony 2. I can't possible migrate all of them at once, so, I am looking for a way to use sf_guard_ tables for authentication/authorization in Symfony 2. Is this possible?
I have done this so far: http://www.propelorm.org/cookbook/symfony2/the-symfony2-security-component-and-propel.html
I think the current issue is that the hashing scheme (that involves the use of a salt) does not work the same way and also that the role/permission system is different.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您使用 FOS User Bundle https://github.com/FriendsOfSymfony/FOSUserBundle。很棒的文档并且正在积极开发中。
I would suggest you use FOS User Bundle https://github.com/FriendsOfSymfony/FOSUserBundle. Great documentation and in active development.