Leuchtfeuer/auth0-for-typo3

View on GitHub
Configuration/Services.yaml

Summary

Maintainability
Test Coverage
services:
  _defaults:
    autowire: true
    autoconfigure: true
    public: false

  Leuchtfeuer\Auth0\:
    resource: '../Classes/*'

  Leuchtfeuer\Auth0\Command\CleanUpCommand:
    tags:
      - name: 'console.command'
        command: 'auth0:cleanupusers'
        description: 'Disable or remove obsolete website users.'

  Leuchtfeuer\Auth0\EventListener\AfterPackageActivation:
    tags:
      - name: event.listener
        identifier: auth0AfterPackageActivationEvent
        event: TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent