We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d873f commit 034a560Copy full SHA for 034a560
Changes
@@ -1,4 +1,6 @@
1
{{$NEXT}}
2
+
3
+0.002 2024-10-02 22:21:04+00:00 UTC
4
- Bug fix in `validate_token` and `validate_id_token` methods.
5
6
0.001 2024-09-30 03:56:03+00:00 UTC
README.md
@@ -1 +1 @@
-# Ory Hydra Simple Client
lib/WebService/Hydra/Client.pm
@@ -18,7 +18,7 @@ use constant OK_STATUS_CODE => 200;
18
use constant OK_NO_CONTENT_CODE => 204;
19
use constant BAD_REQUEST_STATUS_CODE => 400;
20
21
-our $VERSION = '0.002';
+our $VERSION = '0.003';
22
23
field $http;
24
field $jwks;
0 commit comments