misd-service-development / raven-bundle

Adds Raven authentication to your Symfony2 application
1 stars 1 forks source link

Changed RavenAuthenticationProvider to check whether request scope exist... #12

Closed hoyes closed 11 years ago

hoyes commented 11 years ago

...s before fetching it

A possible fix for misd-service-development/raven-bundle#11

thewilkybarkid commented 11 years ago

:thumbsup:

The only other way around this that I can think of is to set the container itself as a property and pick out the request later, but since I'd rather not being dealing with the container directly I prefer this!