MCPcopy Create free account
hub / github.com/CoderOpen/waimai / VerifyCsrfToken

Class VerifyCsrfToken

app/Http/Middleware/VerifyCsrfToken.php:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
6
7class VerifyCsrfToken extends Middleware
8{
9 /**
10 * The URIs that should be excluded from CSRF verification.
11 *
12 * @var array
13 */
14 protected $except = [
15 // ...
16 'api/wechat',
17 ];
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected