You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've integrated this package with Slim microframework and it works just fine, however, I used the blade directive function to generate in each request a new CSRF token to be embedded in HTML forms to verify each request, the problem is that with the cache blade enabled I got the same CSRF token in each request.
Does this mean the blade does not detect changes in values returned with the directive function ? or I've missed something?
The text was updated successfully, but these errors were encountered:
Hey, thanks for this package.
I've integrated this package with Slim microframework and it works just fine, however, I used the blade directive function to generate in each request a new CSRF token to be embedded in HTML forms to verify each request, the problem is that with the cache blade enabled I got the same CSRF token in each request.
Does this mean the blade does not detect changes in values returned with the directive function ? or I've missed something?
The text was updated successfully, but these errors were encountered: