This event listener will listen to all GET and HEAD requests and make sure that they include a
valid access token. The official PHP-based imbo client (https://github.com/imbo/imboclient-php)
appends this token to all such requests by default. If the access token is missing or invalid
the event listener will throw an exception resulting in a HTTP response with 400 Bad Request.