Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scram username character escape (#196)
According to [rfc5802](https://datatracker.ietf.org/doc/html/rfc5802), username should escape special characters before sending to the server. > The characters ',' or '=' in usernames are sent as '=2C' and '=3D' respectively. If the server receives a username that contains '=' not followed by either '2C' or '3D', then the server MUST fail the authentication.
- Loading branch information