We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3459919 + cbfecb3 commit 5de2d62Copy full SHA for 5de2d62
doc/security.md
@@ -54,6 +54,7 @@ The following sample code authenticates as an installation using [lcobucci/jwt](
54
to generate a JSON Web Token (JWT).
55
56
```php
57
+use Http\Adapter\Guzzle6\Client as GuzzleClient;
58
use Lcobucci\JWT\Builder;
59
use Lcobucci\JWT\Signer\Key;
60
use Lcobucci\JWT\Signer\Rsa\Sha256;
0 commit comments