[Catalyst-commits] r7935 - in
Catalyst-Authentication-Credential-OpenID: . 0.04
0.04/lib/Catalyst/Authentication/Credential
apv at dev.catalyst.perl.org
apv at dev.catalyst.perl.org
Fri Jun 20 17:12:48 BST 2008
Author: apv
Date: 2008-06-20 17:12:48 +0100 (Fri, 20 Jun 2008)
New Revision: 7935
Added:
Catalyst-Authentication-Credential-OpenID/0.04/
Modified:
Catalyst-Authentication-Credential-OpenID/0.04/Changes
Catalyst-Authentication-Credential-OpenID/0.04/lib/Catalyst/Authentication/Credential/OpenID.pm
Log:
Fix to conf example and rearranged Pod a bit.
Copied: Catalyst-Authentication-Credential-OpenID/0.04 (from rev 7934, Catalyst-Authentication-Credential-OpenID/0.03)
Modified: Catalyst-Authentication-Credential-OpenID/0.04/Changes
===================================================================
--- Catalyst-Authentication-Credential-OpenID/0.03/Changes 2008-06-20 03:51:23 UTC (rev 7934)
+++ Catalyst-Authentication-Credential-OpenID/0.04/Changes 2008-06-20 16:12:48 UTC (rev 7935)
@@ -1,5 +1,9 @@
Revision history for Catalyst::Authentication::Credential::OpenID
+0.04 Thu Jun 19 23:20:00 PDT 2008
+ - Fixed some of the .conf example. Sigh.
+ - Other minor Pod tweaks.
+
0.03 Thu Jun 19 20:48:04 PDT 2008
- Updated config information with Config::General examples.
- Cleaned up TestApp a little.
Modified: Catalyst-Authentication-Credential-OpenID/0.04/lib/Catalyst/Authentication/Credential/OpenID.pm
===================================================================
--- Catalyst-Authentication-Credential-OpenID/0.03/lib/Catalyst/Authentication/Credential/OpenID.pm 2008-06-20 03:51:23 UTC (rev 7934)
+++ Catalyst-Authentication-Credential-OpenID/0.04/lib/Catalyst/Authentication/Credential/OpenID.pm 2008-06-20 16:12:48 UTC (rev 7935)
@@ -8,7 +8,7 @@
__PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
}
-our $VERSION = "0.03";
+our $VERSION = "0.04";
use Net::OpenID::Consumer;
use UNIVERSAL::require;
@@ -130,7 +130,7 @@
=head1 VERSION
-0.03
+0.04
=head1 SYNOPSIS
@@ -149,13 +149,10 @@
default_realm openid
<realms>
<openid>
- ua_class LWPx::ParanoidAgent
<credential>
- <store>
- class OpenID
- </store>
class OpenID
</credential>
+ ua_class LWPx::ParanoidAgent
</openid>
</realms>
</Plugin::Authentication>
@@ -438,6 +435,10 @@
Roles from provider domains? Mapped? Direct? A generic "openid" auto_role?
+=head1 THANKS
+
+To Benjamin Trott (L<Catalyst::Plugin::Authentication::OpenID>), Tatsuhiko Miyagawa (L<Catalyst::Plugin::Authentication::Credential::OpenID>), and Brad Fitzpatrick for the great OpenID stuff and to Jay Kuri and everyone else who has made Catalyst such a wonderful framework.
+
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2008, Ashley Pond V C<< <ashley at cpan.org> >>. Some of
@@ -469,12 +470,6 @@
such holder or other party has been advised of the possibility of
such damages.
-=head1 THANKS
-
-To Benjamin Trott, Tatsuhiko Miyagawa, and Brad Fitzpatrick for the
-great OpenID stuff and to Jay Kuri and everyone else who has made
-Catalyst such a wonderful framework.
-
=head1 SEE ALSO
=over 4
@@ -482,10 +477,8 @@
=item OpenID
L<Net::OpenID::Server>, L<Net::OpenID::VerifiedIdentity>,
-L<Net::OpenID::Consumer>, and L<LWPx::ParanoidAgent>.
+L<Net::OpenID::Consumer>, L<http://openid.net/>, and L<http://openid.net/developers/specs/>.
-L<http://openid.net/>, and L<http://openid.net/developers/specs/>.
-
=item Catalyst Authentication
L<Catalyst>, L<Catalyst::Plugin::Authentication>, L<Catalyst::Manual::Tutorial::Authorization>, and L<Catalyst::Manual::Tutorial::Authentication>.
@@ -496,10 +489,8 @@
=item Miscellaneous
-L<Catalyst::Manual::Tutorial::CatalystBasics>, L<Template>, L<LWPx::ParanoidAgent>.
+L<Catalyst::Manual::Tutorial>, L<Template>, L<LWPx::ParanoidAgent>.
=back
-L<Catalyst::Plugin::Authentication::OpenID> (Benjamin Trott) and L<Catalyst::Plugin::Authentication::Credential::OpenID> (Tatsuhiko Miyagawa).
-
=cut
More information about the Catalyst-commits
mailing list