evyd13 / django-o365mail

Office 365 (O365) email backend for Django
MIT License
21 stars 5 forks source link

Customize Token backend #4

Closed lucasmoeskops closed 1 year ago

lucasmoeskops commented 2 years ago

We run our website on a docker container which gives permission errors when trying to store files on it, which the default FileSystemTokenBackend does. O365 package also supports different token backends, such as EnvTokenBackend which stores the tokens in the environment. It would be nice if the token backend could be customized when using this package.

lucasmoeskops commented 2 years ago

5 solves this issue