NAME

Catalyst::Authentication::Credential::OAuth2 - Authenticate against OAuth2 servers

VERSION

version 0.001001

SYNOPSIS

__PACKAGE__->config( 'Plugin::Authentication' => { default => { credential => { class => 'OAuth2', grant_uri => 'http://authserver/request', token_uri => 'http://authserver/token', client_id => 'dead69beef' }, store => { class => 'Null' } } } );

DESCRIPTION

This module implements authentication via OAuth2 credentials, giving you a user object which stores tokens for accessing protected resources.

AUTHOR

Eden Cardim <edencardim@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Suretec Systems.

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