Unfortunately we restrict the parameters passed to authenticate_user to username and password.
https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/blob/master/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm#L75
It would be very useful to have additional parameters, especially if you want to authenticate
to a database selected by the user (as with a database admin interface).
This just came up again in a discussion on #ledgersmb.
Unfortunately we restrict the parameters passed to authenticate_user to username and password.
https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/blob/master/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm#L75
It would be very useful to have additional parameters, especially if you want to authenticate
to a database selected by the user (as with a database admin interface).
This just came up again in a discussion on #ledgersmb.