plugin.tx_rest.settings {
	paths {
		1 {
			path = all
			read = deny
			write = deny
		}

		2000 {
			path = Document
			read = deny
			write = deny
		}
		2005 {
			path = auth
			read = allow
			write = allow
		}
	}

	# You may add custom response headers, see example below
	#responseHeaders {
	#	Access-Control-Allow-Origin = example.com
	#	Access-Control-Allow-Methods = GET, POST, OPTIONS, DELETE
	#}

	# This is not defined here to allow easy customization in third party extensions TypoScript setup
	# cacheLifeTime = -1
	# expiresHeaderLifeTime =
	# doNotAddClass = 1

	# Define words that should not be converted to singular
	singularToPlural {
		news = news
		equipment = equipment
		information = information
		rice = rice
		money = money
		species = species
		series = series
		fish = fish
		sheep = sheep
		press = press
		sms = sms
	}
}



config.tx_extbase {
	objects {
		Cundd\Rest\Authentication\UserProviderInterface {
			className = Cundd\Rest\Authentication\UserProvider\FeUserProvider
		}
	}
}