We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a forwardCookie(string $name) that would fetch a cookie from the request and send it to Gotenberg.
forwardCookie(string $name)
It could be useful to authenticate Gotenberg when it tries to access to an URL.
Originally posted by @Neirda24 in #33 (comment)
The text was updated successfully, but these errors were encountered:
I'd go even further. A ->forwardAuthenticatedUser() + ->asUser(UserInterface $user) WDYT ?
->forwardAuthenticatedUser()
->asUser(UserInterface $user)
Sorry, something went wrong.
->forwardAuthenticatedUser() => ->forwardAuthentication() ?
->forwardAuthentication()
Is ->asUser(UserInterface $user) needed ? I an user doesn't have access to a resource, it may not be allowed to generate the same resource in PDF.
If you generate from a CLI you'll need this.
Indeed
Neirda24
No branches or pull requests
Add a
forwardCookie(string $name)
that would fetch a cookie from the request and send it to Gotenberg.It could be useful to authenticate Gotenberg when it tries to access to an URL.
Originally posted by @Neirda24 in #33 (comment)
The text was updated successfully, but these errors were encountered: