The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dancer2-Plugin-Auth-OAuth

0.20  2022-07-08 16:29:05 WEST

        - merged github PR #25 (thanks Pero Moretti!)

0.18  2022-04-28 12:45:17 CEST
        - merged github PR #23 (thanks Pero Moretti!)
        - $dsl is now sent along with the new call to the provider as a new argument, in order to allow provider to use app->log. This might break code written by users writing their own providers or subclasses.

0.17  2020-06-07 16:30:17 CEST
        - merged github PR #21 (thanks SysPete!)

0.16  2018-07-26 13:46:51 CEST
        - merged github PR #16 (thanks dpnub!)

0.15  2018-04-30 21:48:43 CEST
        - added Mail.ru and Yandex, thanks to https://github.com/beast-den
        - documentation updated to include configuration settings
          for VKontakte and Odnoklassniki (and 2 new modules)

0.14  2018-03-27 23:17:45 CEST
        - added Odnoklassniki and VKontakte provider modules,
          thanks to beast-den

0.13  2017-08-15 13:26:14 CEST
        - twitter expects a oauth_verifier header

0.12  2017-05-30 23:06:50 CEST
        - minor twitter changes
        - Salesforce added (tests welcome!), thanks to TheAmigo

0.11  2017-01-14 01:42:58 CET
        - documentation fix as reported by biafra
        - LinkedIn added

0.10  2016-10-13 09:03:25 CEST
        - merged github PR #10 (thanks biafra!)

0.09  2015-12-30 11:44:44 CET
        - merged github PR #6 and #7
        - Removal of DSL, cause 'Using DSL in plugins is deprecated'

0.08  2015-12-22 08:49:28 CET
        - fixed missing prereqs as reported by Manwar and biafra

0.07  2015-12-13 12:31:43 CET
        - merged changes from keithbro/github-and-stackexchange

0.06  2015-03-18 08:41:33 CET
        - moved from File::Slurp to Path::Tiny

0.05  2015-03-03 22:00:58 CET
        - moved from JSON::Any to JSON::MaybeXS

0.04  2014-12-29 19:02:52 CET
        - fixed undef `base' setting

0.03  2014-10-20 08:58:46 CEST
        - Test-only changes

0.02  2014-10-10 22:37:45 CEST
        - Stringifying JSON booleans now as to not upset the session storage
        - Added Twitter user_info support

0.01  2014-10-09 08:53:07 CEST
        - Initial release