Obfuscate sensitive information from logs

Hi everyone!
I’m trying to find a way to obfuscate some sensitive info that is post in logs like user and password.
An example: `POST /iam/oauth/token?grant_type=password&username=user999&password=Lol1212&p=APP&customerId=YAM
Time ago there was a plugin called log-serializer but it’s deprecated since a few years ago.
I also know an old plugin in github but i don’t want to used some created 8y ago.

Any idea about how i could hide user & password?
Thanks