Metadata-Version: 1.1
Name: MS-AuthToken
Version: 1.0.3
Summary: Use this library to generate authentication token for microsoft services like MS Graph api, Sharepoint rest api etc.
Home-page: https://github.com/user/reponame
Author: Taimoor Alam
Author-email: taimoor.6@hotmail.com
License: MIT
Download-URL: https://github.com/smartguy666/MS-AuthToken/archive/1.0.3.tar.gz
Description: # MS-AuthToken
        
        MS-AuthToken is a PyPI library to generate Microsoft Authentication tokens for MS Graph Api and Sharepoint rest api.
        MS-AuthToken library helps you generate tokens within no time. Just install the package and pass your configuration settings to generate a token.
        This library supports the following token generation:
        
          - Microsoft Graph API
          - SharePoint Rest API
        
        MS-AuthToken library allows you to pass your own configuration settings object as well as separate variables are also supported.
        
        ### Installation
        
        MS-AuthToken requires pip to install.
        
        Install the dependencies and devDependencies and start the server.
        
        ```
        $ cd your_project_folder
        $ pip install MS-AuthToken==1.2
        ```
        
        ### Todos
        
         - Support for more tokens
         - SSO implementation
        
        License
        ## ---------------------------------------- ##
        MIT
        
Keywords: Microsoft,OAuth,MS,MS OAuth,Auth Token,Sharepoint rest api,Graph api,MS Graph api,Auth Token generator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
