#security:
    #firewalls:
        restrictions:
            provider: restrictions_security_user_provider
            http_basic: ~
            form_login:
                login_path: restrictions_login
                check_path: restrictions_login
            logout:
                path: restrictions_logout
                target: restrictions_login

                # optional: to keep logins of other firewalls (like admin)
                invalidate_session: false
