The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Plugin::Auth::Extensible::Test - test suite for Auth::Extensible plugin

DESCRIPTION

Test suite for Dancer2::Plugin::Auth::Extensible which can also be used by external providers. If you have written your own provider then you really want to use this since it should make sure your provider conforms as Dancer2::Plugin::Auth::Extensible expects it to. It will also save you writing piles of tests yourself.

FUNCTIONS

runtests $psgi_app

This is the way to test your provider.

testme

This method no longer runs any tests but exists purely to force providers trying to use the old tests to fail.