[Bps-public-commit] jifty-plugin-authentication-twitter branch, master, updated. f8a92003e316d770d7ef82c57bf014209357ce7d
Shawn Moore
sartak at bestpractical.com
Tue Jun 8 13:05:21 EDT 2010
The branch, master has been updated
via f8a92003e316d770d7ef82c57bf014209357ce7d (commit)
from 14edf452535eecc8fd0ce3c376305a6599ccbc44 (commit)
Summary of changes:
.../Twitter/Action/LoginViaTwitter.pm | 39 ++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
create mode 100644 lib/Jifty/Plugin/Authentication/Twitter/Action/LoginViaTwitter.pm
- Log -----------------------------------------------------------------
commit f8a92003e316d770d7ef82c57bf014209357ce7d
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jun 8 13:06:08 2010 -0400
Begin a new action
diff --git a/lib/Jifty/Plugin/Authentication/Twitter/Action/LoginViaTwitter.pm b/lib/Jifty/Plugin/Authentication/Twitter/Action/LoginViaTwitter.pm
new file mode 100644
index 0000000..f039a23
--- /dev/null
+++ b/lib/Jifty/Plugin/Authentication/Twitter/Action/LoginViaTwitter.pm
@@ -0,0 +1,39 @@
+use warnings;
+use strict;
+
+=head1 NAME
+
+Jifty::Plugin::Authentication::Twitter::LoginViaTwitter
+
+=cut
+
+package Jifty::Plugin::Authentication::Twitter::LoginViaTwitter;
+use base qw/Jifty::Action/;
+
+=head2 take_action
+
+Logs into the linked account, creating it if it does not already exist.
+
+=cut
+
+sub take_action {
+ my $self = shift;
+
+ return 1;
+}
+
+=head1 SEE ALSO
+
+L<Jifty::Plugin::Authentication::Twitter>
+
+L<Jifty::Action>, L<Jifty::CurrentUser>
+
+=head1 LICENSE
+
+Jifty is Copyright 2005-2010 Best Practical Solutions, LLC.
+Jifty is distributed under the same terms as Perl itself.
+
+=cut
+
+1;
+
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list