djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

Fix temp folder location on Windows

Open fontoura opened this issue 3 years ago • 2 comments

The temp folder used on models.py is hard-coded to "/tmp".

This works fine in Linux as well as on Mac, but it breaks on Windows.

This pull request changes the hard-coded "/tmp" folder to a portable alternative, which allows djangosaml2idp to be used on Windows hosts.

fontoura avatar May 30 '21 18:05 fontoura