-
Notifications
You must be signed in to change notification settings - Fork 42
Permissions issues with PrivateJsonFile on windows #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
`os.chmod` does not change group/other permission on Windows, so not useful to fail on that at the moment.
did a first quick fix to make OIDC at least usable on Windows: |
next step: investigate oschmod (https://pypi.org/project/oschmod/) to set permissions on windows fully (which does not work with vanilla |
Also interesting solution: some kind of logout feature to remove these local files: #250 |
FYI failing tests related to this are blocker for |
…t_config.py:163: AttributeError AttributeError: 'function' object has no attribute 'st_mode'
…ut in extra_requires if you want it on another platform
…t_config.py:163: AttributeError AttributeError: 'function' object has no attribute 'st_mode'
…ut in extra_requires if you want it on another platform
PR #351 was merged |
Windows does not support fine grained linux style permission
chmod
ing, causing perrmission issues likeThe text was updated successfully, but these errors were encountered: