This PR changes the way the pass the private key into the IdTokenResponse.
Because some people deploy the Passport keypair as env variables (and not have them in a physical file), the old situation didn't work.
Since Laravel has already loaded the key into memory, we might as well grab the raw contents of the key and pass that along. This PR changes the behaviour to do exactly that.
This PR changes the way the pass the private key into the IdTokenResponse.
Because some people deploy the Passport keypair as env variables (and not have them in a physical file), the old situation didn't work.
Since Laravel has already loaded the key into memory, we might as well grab the raw contents of the key and pass that along. This PR changes the behaviour to do exactly that.