The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

reddit-oauth - Tiny app to facilitate getting Reddit OAuth tokens

VERSION

version 0.000004

SYNOPSIS

If module is installed:

    reddit-oauth daemon -m development -l http://*:3000

If developing:

    perl -Ilib bin/reddit-auth daemon -m development -l http://*:3000

In your browser go to http://localhost:3000/

ACKNOWLEDGEMENTS

This code is mostly copied from the examples in Mojolicious::Plugin::Web::Auth.

AUTHOR

Olaf Alders <olaf@wundercounter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Olaf Alders.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.