Ignore:
Timestamp:
09/27/21 23:25:43 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
582789f
Parents:
2fc88ec
Message:

added user authentication, create & forgot password methods and blades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Middleware/VerifyCsrfToken.php

    r2fc88ec r7304c7f  
    88{
    99    /**
     10     * Indicates whether the XSRF-TOKEN cookie should be set on the response.
     11     *
     12     * @var bool
     13     */
     14    protected $addHttpCookie = true;
     15
     16    /**
    1017     * The URIs that should be excluded from CSRF verification.
    1118     *
Note: See TracChangeset for help on using the changeset viewer.