Hope you are doing great,
I’m finding difficult to implement the encode of password on client side and decode on server
I’m able to encode de password before it get submitted on client side using Js, and I created a Filter and added it the configure method of WebSecurityConfigurerAdapter implementation.
The function in the filter I created just take the request and decode the password then set the password attribute of request again.
The password does decode properly but it is not dispatched to the other Filters.