Metadata-Version: 1.2
Name: grvlms-socialoauth
Version: 1.0.1
Summary: socialoauth plugin for Grvlms
Home-page: https://github.com/groovetch/grvlms-socialoauth
Author: GrooveTechnology
License: AGPLv3
Project-URL: Code, https://github.com/groovetch/grvlms-socialoauth
Project-URL: Issue tracker, https://github.com/groovetch/grvlms-socialoauth/issues
Description: socialoauth plugin for `Grvlms <https://docs.grvlms.overhang.io>`__
        ===================================================================================
        
        Installation
        ------------
        
        ::
        
            pip install git+https://github.com/groovetch/grvlms-socialoauth
        
        Usage
        -----
        
        ::
        
            grvlms plugins enable socialoauth
        
        Configuration
        -------------
        
        ::
            grvlms socialoauth config -i (Run interactively to config ID azure client and secret key)
            grvlms socialoauth config -s (Set a configuration value base on format KEY=VAL)
        
        Azure Configuration
        -------------------
        
        ::
            - We must to set `SOCIALOAUTH_AZURE_CLIENT_ID` and `SOCIALOAUTH_AZURE_SECRET_KEY` variable. (Get them in your azure-portal).
              (If you don't have azure-portal account yet, please register at https://azure.microsoft.com/en-us/features/azure-portal)
            - Make sure `SOCIALOAUTH_ACTIVATE_AZURE` is true.
        
        
            
        
        License
        -------
        
        This software is licensed under the terms of the AGPLv3.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
