
msal-extensions 1.3.1
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: 42, Watchers: 42, Forks: 33, Open Issues: 11The AzureAD/microsoft-authentication-extensions-for-python repo was created 6 years ago and the last code push was 5 months ago. The project is moderately popular with 42 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.
pythonfix