I am using npgsql for postgresql13, but when trying to connect I get the following error:
only authentication clear text password and authentication md5 password supported for now. received 10
My connection line is: NpgsqlConnection conn = new NpgsqlConnection ("Server = xxxx; Port = xxxx; User Id = xxxx; Password = xxx; Database = database;")
Everything worked fine in postgresql 9.6 but it was migrated to version 13 and it generated this problem