Facebook api – Laravel Test Cookie is Encrypted Despite Being Excluded from EncryptCookies Middleware
I’m working on a Laravel 11 project and have a cookie that is excluded from being encrypted in the EncryptCookies middleware. Here’s how I set it in my middleware: class EncryptCookies extends Middleware { /** * The names of the…