Help for this page
my $jwt_plugin = $app->with_plugin('Dancer2::Plugin::JWT'); my $jwt = $jwt_plugin->jwt();
my $jwt_plugin = $app->find_plugin('Dancer2::Plugin::JWT'); my $jwt = $jwt_plugin->jwt();