Expected Behavior
The FormLoginDsl should contain usernameParameter and passwordParameter properties.
formLogin {
usernameParameter = "account"
passwordParameter = "pw"
}
Current Behavior
The FormLoginDsl does not contain these properties.
Context
I cannot rename the HTTP parameters used for authentication in the Kotlin DSL.
Comment From: marcusdacoregio
Hi, @ty-v1. Thanks for the report.
Would you be interested in submitting a PR that adds the support?
Comment From: ty-v1
Hi, @ty-v1. Thanks for the report.
Would you be interested in submitting a PR that adds the support?
Yes, I will submit a PR by next Friday at the latest.