1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 22:54:25 +01:00

Fix for CSRF token

This commit is contained in:
Hillel Coren 2016-09-18 10:08:56 +03:00
parent 4ac6c7eeee
commit d273cb65c7

View File

@ -13,7 +13,7 @@ class VerifyCsrfToken extends BaseVerifier
* @var array * @var array
*/ */
private $openRoutes = [ private $openRoutes = [
'complete', 'complete/*',
'signup/register', 'signup/register',
'api/v1/*', 'api/v1/*',
'api/v1/login', 'api/v1/login',