Skip to content

Commit 034a560

Browse files
committed
Release WebService-Hydra 0.002
- Bug fix in `validate_token` and `validate_id_token` methods.
1 parent 53d873f commit 034a560

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{$NEXT}}
2+
3+
0.002 2024-10-02 22:21:04+00:00 UTC
24
- Bug fix in `validate_token` and `validate_id_token` methods.
35

46
0.001 2024-09-30 03:56:03+00:00 UTC

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Ory Hydra Simple Client
1+

lib/WebService/Hydra/Client.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use constant OK_STATUS_CODE => 200;
1818
use constant OK_NO_CONTENT_CODE => 204;
1919
use constant BAD_REQUEST_STATUS_CODE => 400;
2020

21-
our $VERSION = '0.002';
21+
our $VERSION = '0.003';
2222

2323
field $http;
2424
field $jwks;

0 commit comments

Comments
 (0)