是否有集成用户身份验证的项目模板?

Is there any project template with integrated user authentication?

求助Symfony所以想请教一下。 有没有集成用户认证、注册、角色等的项目模板? 我试着用谷歌搜索,但我能找到的所有东西看起来都很复杂,甚至没有注册。 我正在从 Asp.net 核心切换,它允许使用所有这些创建项目。 谢谢

我不知道有任何模板。但是有了新的 MakerBundle,创建登录身份验证应该很容易。尝试遵循此文档。 https://symfony.com/doc/current/security/form_login_setup.html . The maker should generate Authentication, routes, controller and views. That would be good start. Note that you need to complete also this one before! https://symfony.com/doc/current/security.html