📄️ Intro
User bundle is responsible for permissions, user registration, authorization, token generation, password resetting,
📄️ Configuration
For authorization Dullahan uses Symfony Security bundle
📄️ Authentication
Authentication relies on generating JWT token with /_/login endpoint, sending it in Authorization as Bearer
📄️ Customization
Following Dullahan principles Users module is highly customizable and extendable. Here you will find event definitions
📄️ Database Schema
User bundles is made of two tables: user (User entity) and user_data (UserData entity). Each row in user table