The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.0136  2018-05-24 15:01:16 CEST
  - add parameter "state" to prevent CSRF attacks

0.0135  2018-05-22 14:22:47 CEST
  - read additional information from /person with access_token

0.0134  2018-04-19 16:32:02 CEST
  - error_path equals authorization_path if not set

0.0133  2018-04-18 08:38:42 CEST
  - remove request parameter _callback from ORCID handler. request parameter code should mark callback phase.
  - add error_path to Plack::Auth::SSO. Handle this for CAS and ORCID.
  - add attribute public to ORCID handler
  - add attribute scope to ORCID handler

0.0132  2018-03-13 09:54:44 CET
  - require WWW::ORCID 0.0401 to make Auth::ORCID work again

0.0131  2018-03-09 08:59:43 CET
  - use request_uri instead of script_name to determine own url

0.013  2018-03-07 10:03:34 CET
  - remove dependency Catmandu
  - Plack::Auth::SSO::CAS : show application error instead of redirecting to cas_url.
  - response parser for CAS should also handle default namespaces
  - remove dependency Carp
  - remove depency namespace::clean

0.012  2018-03-06 13:47:46 CET
  - Authen::CAS::Client has implicit dependency LWP::Protocol::https
  - remove environment variables from source code

0.011  2018-02-27 13:58:36 CET
  - Renamed to Plack::Auth::SSO

0.01  2018-02-27 13:26:30 CET
  - add Moo::Role LibreCat::Auth::SSO
  - add implementing package LibreCat::Auth::SSO::CAS
  - add implementing package LibreCat::Auth::SSO::ORCID
  - add tests
  - setup milla
  - use WWW::ORCID
  - add documentation
  - add example Plack application to directory examples