Timo Schinkel
Timo Schinkel
We have the desire to move our codebase from PSR-2 to PSR-12, but we are getting a fair amount of errors, mostly on the header structure. I'm not so keen...
> That's not actually how it works. A false assumption from my end, apologies. And thank you for adding some clarification so fast. I will dive into the code some...
Apologies for the unsolicited advice, but I'm facing a similar scenario :) > I am wondering how it would work because it needs a session currently. Unfortunately there's no session...
@DeepDiver1975 I don't think this issue should be closed. Indeed my comment is answered by #374, but the initial question from @vixducis - retrieve the url instead of immediately redirecting...
@talasjanos Yes. That currently is our solution; We override `redirect()` to actually store the redirect url in a property and add methods to check if it is set and to...
> Why are there multiple entries in x5c, and why do we just use the first one? Can we rely on that being the case, or should we try with...
Just some unsolicited comment; I was actually looking for a function like this. I plan on running this logic in an AWS lambda environment, and having a nested handler seems...
Looking at the other issues, this might be a duplicate of #341