Commit a8eaa920 authored by Fabien Potencier's avatar Fabien Potencier

minor #732 Minor - Adding session dependency caution message (jmontoyaa)

This PR was merged into the master branch.

Discussion
----------

Minor - Adding session dependency caution message

Commits
-------

4eab2bd3 Update security.rst
c0a54314 Minor - Adding session dependency caution message
parents 62d1d76d 4eab2bd3
......@@ -71,6 +71,10 @@ Registering
don't forget to call ``boot()`` first::
$application->boot();
.. caution::
If you're using a form to authenticate users the security provider requires the SessionServiceProvider.
Usage
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment