victoire icon indicating copy to clipboard operation
victoire copied to clipboard

Refactor User system (FOS and Guard bridges)

Open lenybernard opened this issue 7 years ago • 0 comments

Description

FOSUserBundle shouldn't be required as it's intrusive, it's the final developper choice

Resolution Ideas

We can keep the parts of code related to FOSUserBundle but in the form of a bridge. Guard seems to be the next (current?) standard: http://symfony.com/doc/current/security/guard_authentication.html

There isn't so much of features to have in mind when refactoring this but it should be available natively and easy to override:

  • login
  • forgot password

Then, we won't require friendsofsymfony/user-bundle but suggest it in composer.json.

Related to

Bundle -- -- --
Analytics Page
Blog Query
BusinessEntity Seo
BusinessPage Sitemap
Core Template
Criteria Twig
Filter User
Form ViewReference
I18n Widget
Media WidgetMap
UI

lenybernard avatar Jun 22 '17 13:06 lenybernard