Revision history for Plack::Middleware::Auth::JWT 0.907 2023-04-04 16:17:16+02:00 - remove "at /Foo/Bar.pm line 123" from error message - render error message as json when Accept headers is set to application/json - add 'ident' to json error and set it to token_expired for the special case when the token is expired (becuase the error returned by Crypt::JWT is a bit ... cryptic 0.906 2022-02-22 09:51:35+01:00 - Fixed type-o in see also doc (Michael R. Davis) 0.905 2021-01-03 17:44:47+01:00 - dist housekeeping: github issues, Dist::Zilla::PluginBundle::Author::DOMM 0.904 2019-07-29T11:17:53 - Make Crypt::JWT decode failure test work with both 0.021 and 0.023+ (jwright) 0.903 2018-02-25T22:38:16 - require Crypt::JWT 0.020 to finally fix https://rt.cpan.org/Ticket/Display.html?id=124565 0.902 2018-02-25T20:48:59 - adapt test for malformed tokens, as Crypt::JWT-0.20 returns a different error (spotted by Slaven Rezic via CPAN testers) 0.901 2017-06-13T11:02:23 - add ignore_invalid_token option 0.900 2017-06-09T14:33:18 - first release