liminspace / django-mjml

The simplest way to use MJML in Django templates.
MIT License
260 stars 32 forks source link

Add option to set any requests authorization backend #181

Open Alexerson opened 1 year ago

Alexerson commented 1 year ago

Considering HTTPBasicAuth is what requests will use if you pass a tuple, we could probably simplify a bit my changes in _mjml_render_by_httpserver.

But otherwise, that’s the only changes I would recommend to your lib, and then anyone can just take care of whatever auth they want to use.

For https://github.com/liminspace/django-mjml/issues/163

Alexerson commented 1 year ago

@liminspace : any update?