Catalyst-Authentication-Credential-OpenID

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.14_05 Sat Sep 26 16:17:15 PDT 2009
      - Moving live-app.t back to on demand and only if everything is
        there to even try.
      
0.14_04 Fri Sep  4 15:00:09 PDT 2009
      - Just making the live-app.t run for all installs to see if the
        testers pick up any problems with it.

0.14_03 Sun Aug 23 21:13:33 PDT 2009
      - Made errors non-fatal to match behavior of other credentials.
        Provided legacy setting for those who still prefer it.
      - Note that tickets #46916 and #45006 were fixed a couple
        releases back.

0.14_02 Sun Aug 23 17:43:46 PDT 2009
      - Fixed #48952.

0.14_01 Thu Aug 20 21:30:32 PDT 2009
      - I had an old Test::Pod that didn't catch unsupported L<>
        usage; CPAN testers found it.

README  view on Meta::CPAN

    NB: The extensions were previously configured under the key
    "extension_args". They are now configured under "extensions".
    "extension_args" is no longer honored.

    As previously noted, "EXTENSIONS TO OPENID", I have not tested the
    extensions. I would be grateful for any feedback or, better, tests.

  FATALS
    The problems encountered by failed OpenID operations have always been
    fatals in the past. This is unexpected behavior for most users as it
    differs from other credentials. Authentication errors here are no longer
    fatal. Debug/error output is improved to offset the loss of information.
    If for some reason you would prefer the legacy/fatal behavior, set the
    configuration variable "errors_are_fatal" to a true value.

SYNOPSIS
    In MyApp.pm-

     use Catalyst qw/
        Authentication
        Session

lib/Catalyst/Authentication/Credential/OpenID.pm  view on Meta::CPAN

=head1 BACKWARDS COMPATIBILITY CHANGES

=head2 EXTENSION_ARGS v EXTENSIONS

B<NB>: The extensions were previously configured under the key C<extension_args>. They are now configured under C<extensions>. C<extension_args> is no longer honored.

As previously noted, L</EXTENSIONS TO OPENID>, I have not tested the extensions. I would be grateful for any feedback or, better, tests.

=head2 FATALS

The problems encountered by failed OpenID operations have always been fatals in the past. This is unexpected behavior for most users as it differs from other credentials. Authentication errors here are no longer fatal. Debug/error output is improved ...

=head1 SYNOPSIS

In MyApp.pm-

 use Catalyst qw/
    Authentication
    Session
    Session::Store::FastMmap
    Session::State::Cookie



( run in 0.279 second using v1.01-cache-2.11-cpan-4d50c553e7e )