NAME
OAuth::Cmdline::Mojo - Run a standalone token collector
VERSION
version 0.07
SYNOPSIS
use OAuth::Cmdline::Mojo;
app->start();
DESCRIPTION
OAuth::Cmdline::Mojo 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.
AUTHOR
Mike Schilli <cpan@perlmeister.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by Mike Schilli.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.