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 have a site in Laravel and I would like to pass the currently authenticated user to Chrome to generate a PDF of a page that is behind authentication. This works fine if I disable Laravel from encrypting the session cookie, but I can't seem to figure out how to get the correct encrypted value to pass to Chrome:
I have a site in Laravel and I would like to pass the currently authenticated user to Chrome to generate a PDF of a page that is behind authentication. This works fine if I disable Laravel from encrypting the session cookie, but I can't seem to figure out how to get the correct encrypted value to pass to Chrome:
Fails to get past auth:
Works
Can anyone give me any pointers as to how Laravel encrypts the cookie?
The text was updated successfully, but these errors were encountered: