将 Symfony 1.4 sfGuardUser 表与 Symfony 2 SecurityBundle 一起使用?

发布于 2024-12-15 12:56:51 字数 388 浏览 5 评论 0原文

我正在尝试将软件系统的一部分迁移到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

菊凝晚露 2024-12-22 12:56:51

我建议您使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文