why each time that I navigate on my website between the pages, my authentication system log out alone!?
It uses authentication provides by laravel.
If Laravel loggin you out like every two hours, try to change lifetime
option in config\session.php
to something bigger:
'lifetime' => 14400,