jalismrs/symfony.bundle.authentication

Adds User, its services, its routes and a protected controller interface with its middleware

1.0.2 2021-03-04 10:49 UTC

This package is auto-updated.

Last update: 2024-04-04 17:30:07 UTC


README

Adds User, its services, its routes and a protected controller interface with its middleware

Test

phpunit or vendor/bin/phpunit

coverage reports will be available in var/coverage

Configuration

# config/packages/jalismrs_authentication.yaml

jalismrs_authentication:
    application: 'stalactite_name'
    url: 'stalactite_url'
# config/routes.yaml

_authentication:
    resource: '@JalismrsAuthenticationBundle/Resources/config/routes.yaml'
    trailing_slash_on_root: false