diff --git a/Resources/doc/index.md b/Resources/doc/index.md index d52148a0..8e21f5e4 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -514,6 +514,7 @@ class YourApiController extends Controller // [...] } ``` +Note : As pointed out in Symfony blog , since Symfony 2.6 you should replace 'security.context' with 'security.authorization_checker'. ### Step 5: Configure FOSOAuthServerBundle