You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: