We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050ddc commit b6a3d17Copy full SHA for b6a3d17
README.md
@@ -166,3 +166,13 @@ $builder->setClientMetadata($clientMetadata);
166
$verifier = $builder->build();
167
$payload = $verifier->verify($jwt);
168
```
169
+
170
+## Using Psalm
171
172
+If you need to use Psalm you can include the plugin in your `psalm.xml`.
173
174
+```
175
+<plugins>
176
+ <pluginClass class="Facile\JoseVerifier\Psalm\Plugin" />
177
+</plugins>
178
0 commit comments