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
Now client credentials are kept in clear text and verified using simple string comparison. Provide possibility to inject proper PasswordEncoder implementation.
I've implemented this feature, it can be submitted for review/PR. As this is small change, please let me know if it is possible to submit it in current cycle - if so, I'll issue PR.