Lastest Release Auth Credentials

I started playing the FHIR service using the latest release of the software and saw a tiny error (not worth generating an entire pull request) where the CustomClientCredentialsGrant.php program is missing the use for Lcobucci\JWT\Token\Plain which throws a runtime error.

Regards,
Ron

Interesting, this error should have surfaced sooner as we run automated tests against the client credentials grant. What version of PHP are you running against? Apparently some versions of PHP will happily return false when a class doesn’t exist for the instanceof operator.

I’m in doing some fixes in the oauth stuff anyways so I’ll add in the use statement.

  • Stephen