标签: symfony impersonation
我想在没有编辑security.yml文件的情况下在symfony2中实现模拟。我怎么能这样做?
security.yml
答案 0 :(得分:1)
不确定为什么需要这样做,但如果是的话,请查看SecurityBundle如何实现此功能并实现我自己的版本。
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
使用您自己的自定义入口点创建自己的内核侦听器,模仿此功能。