Feature or enhancement
Proposal:
The email-module does not support using SCRAM-SHA hashes for authentication. Some provides already switched to this relatively new variants and at the point of writing there is no easy way to overload the login-methods in "email" module with a custom method that allows SCRAM-auth.
passlib meanwhile support SCRAM: https://passlib.readthedocs.io/en/stable/lib/passlib.hash.scram.html
It would be great if these options would also be available through the email-module.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Feature or enhancement
Proposal:
The email-module does not support using SCRAM-SHA hashes for authentication. Some provides already switched to this relatively new variants and at the point of writing there is no easy way to overload the login-methods in "email" module with a custom method that allows SCRAM-auth.
passlib meanwhile support SCRAM: https://passlib.readthedocs.io/en/stable/lib/passlib.hash.scram.html
It would be great if these options would also be available through the email-module.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response