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

NAME

OAuthomatic::OAuthInteraction::ViaMicroWeb - Handling oauth callback via embedded web server

VERSION

version 0.0202

DESCRIPTION

This module uses in-process web server to handle callback after OAuth permission is granted. Used as default implementation of oauth_interaction plugin of OAuthomatic.

PARAMETERS

micro_web

Embedded web server object. Here it will be used to handle OAuth callback and display minimal info to the user afterwards.

AUTHOR

Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Marcin Kasperski.

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