msal-extensions 1.2.0
0
Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your
Contents
Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.
Stars: 28, Watchers: 28, Forks: 29, Open Issues: 11The AzureAD/microsoft-authentication-extensions-for-python
repo was created 5 years ago and the last code push was 2 months ago. The project is moderately popular with 28 github stars!
How to Install msal-extensions
You can install msal-extensions using pip
pip install msal-extensions
or add it to a project with poetry
poetry add msal-extensions
Package Details
- Author
- None
- License
- MIT License
- Homepage
- None
- PyPi:
- https://pypi.org/project/msal-extensions/
- GitHub Repo:
- https://github.com/AzureAD/microsoft-authentication-extensions-for-python
Classifiers
Related Packages
Errors
A list of common msal-extensions errors.
Code Examples
Here are some msal-extensions
code examples and snippets.
GitHub Issues
The msal-extensions package has 11 open issues on GitHub
- Release 0.4.0
- Consider removing
portalocker
dependency