Update VerifyCsrfToken middleware, add oauth token. Fixes #5426

pull/5428/head
Daniel Supernault 4 months ago
parent 27f1cdb6e4
commit 79ebbc2d9f
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -12,6 +12,7 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
'/api/v1/*'
'/api/v1/*',
'oauth/token'
];
}

Loading…
Cancel
Save