Help for this page

Select Code to Download


  1. or download this
    my $jwt_plugin = $app->with_plugin('Dancer2::Plugin::JWT');
    my $jwt = $jwt_plugin->jwt();
    
  2. or download this
    my $jwt_plugin = $app->find_plugin('Dancer2::Plugin::JWT');
    my $jwt = $jwt_plugin->jwt();