Skip to content

Commit

Permalink
docs: Fix paths to bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 10, 2021
1 parent 7985944 commit 137822c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Step 2
The package does not have yet a recipe, so you have to copy some files over in your application
in order to get everything working.

Recursively copy the directory ``vendor/ecphp/api_gw_authentication/Resources/config`` in your application.
Recursively copy the directory ``vendor/ecphp/api-gw-authentication-bundle/Resources/config`` in your application.

.. warning:: Be carefull, copying this directory will copy the file
``vendor/ecphp/api_gw_authentication/Resources/config/routes/dev/api_gw_authentication.yaml`` which
``vendor/ecphp/api-gw-authentication-bundle/Resources/config/routes/dev/api_gw_authentication.yaml`` which
enable some routes in your ``dev`` environment only. Those routes might be a security issue if they
are enabled in the ``production`` environment.
Those routes are ``/api/token`` and ``/api/user``.
Expand Down

0 comments on commit 137822c

Please sign in to comment.