doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

Can you add SCRAM-SHA-256 support? #727

Closed Neustradamus closed 2 years ago

Neustradamus commented 2 years ago

Dear @doctrine team,

I wish you a Happy New Year 2022!

Can you add SCRAM-SHA-256 support?

Thanks in advance.

Linked to:

malarzm commented 2 years ago

@Neustradamus happy new year to you too! 🎉

Can you add SCRAM-SHA-256 support?

I assume you'd like to see new authMechanism added? If yes it's pretty straightforward to do so, you can check where SCRAM-SHA-1 is used and mimic it :)

Neustradamus commented 2 years ago

@malarzm: Yes it is ^^

franmomu commented 2 years ago

It was solved in https://github.com/doctrine/DoctrineMongoDBBundle/pull/728

Neustradamus commented 2 years ago

@franmomu: Thanks a lot! :)

Little question, the list has not an order, from the best to the worst?

malarzm commented 2 years ago

Little question, the list has not an order, from the best to the worst?

No the order is pretty random as far as I know