th0;
use 5.010;
use parent 'Doorman::PlackMiddleware';
use strict;
use LWP::UserAgent;
use JSON qw/decode_json/;
use namespace::autoclean;
our $VERSION = "0.01";
our $AUTHORITY = "https://recollect
($resp->is_success) {
my $data = eval { decode_json($resp->content) } || {};
if ($@) {
warn "Auth0: Got invalid JSON in Auth exchange: "
. "code=$code stat
($resp->is_success) {
my $data = eval { decode_json($resp->content) } || {};
if ($@) {
warn "Auth0: Got invalid JSON in /userinfo: "
. "token=$access_token