BoltAuth
  • Quick Start Guide
  • Installation
  • Authentication Providers
  • Routes & URLs
  • Redirection
  • Twig Functions
  • Access Control
  • Form Display
  • Debugging Auth
  • Migrating from Members
  •  Examples
    • Fetching logged in auth
    • Menu Entries
  •  Extending
    • Adding Meta Fields
    • Adding Roles
    • Events
    • Extending Auth

Extending > Extending Auth

Auth is event driven and provides a number of dispatcher that your own extension can listen for, and affect the behaviour of different parts of the Auth extension.

There is an example repository called Auth Addon Example that shows some of the available behaviour.

See:

  • Adding meta fields
  • Adding roles
  • Events
  • Previous