Metadata-Version: 1.1
Name: fynd-django-alohomora
Version: 0.1.0
Summary: Fynd Centralized auth system.
Home-page: https://gofynd.com/
Author: Om Prakash
Author-email: omprakash@gofynd.com
License: MIT
Description: Fynd Alohomora Package
        ======================
        
        A python package for Fynd Alohomora connector.
        This package is only for django framework.
        Fynd alohomora is the centralized Authentication system for several applications of Fynd.
        
        
        Usage
        =====
        **Import the module
        
        from alohomora import check_if_authenticated
        
        ** Use it as a decorator
        
        check_if_authenticated(state='some_state', permission='some_permission')
        def some_method()
            """
            Your code
            """
            return something
Keywords: Fynd Auth Integrator
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
