symfony登录如何验证 验证码

使用symfony自带的登录程序,我在symfony程序的登录页面加了验证码,如何去判断所输入的验证码的正确性呢;

凤凰求蛊
浏览 817回答 4
4回答

缥缈止盈

Symfony 中间件 按照文档内的思路,增加一个验证码事件的订阅类,接口。要进行验证码校验的controller类实现该接口即可。

牛魔王的故事

You can use Symfony authentication for that. You can either do it through API token auth manually or you can use Symfony Guard component.
打开App,查看更多内容
随时随地看视频慕课网APP