bengor-user/user-bundle
Fully featured, well-tested Symfony user bundle built on BenGorUser. Supports multiple user types and HTML/JSON renderers. Includes registration (confirmation/invites), login/logout, JWT auth, password reset, user removal, role management, and token purging.
In case you don`t need user login/logout features, change the config to disable url generation for the given user class
# app/config/config.yml
ben_gor_user:
user_class:
your_user:
# ...
use_cases:
security:
enabled: false
# ...
How can I help you explore Laravel packages today?