The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OAuth::Cmdline::Mojolicious - Run a standalone token collector

SYNOPSIS

use OAuth::Cmdline::Mojolicious;
app->start();

DESCRIPTION

OAuth::Cmdline::Mojolicious starts a web server, to which you should point your browser, in order to go through the OAuth rigamarole and collect the tokens for later use in command line scripts.

LEGALESE

Copyright 2014 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2014, Mike Schilli <cpan@perlmeister.com>