custom name for XSRF-TOKEN cookie
msporleder-work opened this issue · 1 comments
msporleder-work commented
We would like to rename our XSRF-TOKEN cookie to reflect the APP_ENV: XSRF-TOKEN-dev, for example.
It looks like it is here: https://github.com/laravel/framework/blob/277c2fbd0cebd2cb194807654d870f4040e288c0/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php#L193
and
https://github.com/laravel/framework/blob/277c2fbd0cebd2cb194807654d870f4040e288c0/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php#L208
anywhere else?
themsaid commented
You should ask on the forums.