We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3138c7 commit cbfecb3Copy full SHA for cbfecb3
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