Metadata-Version: 1.1
Name: Flask-User
Version: 0.3.4
Summary: Customizable User Login for Flask: Register, Confirm, Forgot password and more
Home-page: http://github.com/lingthio/flask-user
Author: Ling Thio
Author-email: ling.thio@gmail.com
License: UNKNOWN
Description: 
        ::
        
            !! Newsflash: In v0.3.1 and v0.3.2 confirmation emails were not working !!
               Please upgrade to v0.3.4. Thank you.
        
        User Login for Flask
        --------------------
        **Register, Confirm email, Login, Forgot password and more**
        
        | Many Flask websites require that their users can Register, Confirm email, Login, Logout, Change password and Reset forgotten passwords.
        | Each website often requires different and precise customization of this process.
        
        Flask-User aims to provide a ready to use **and** fully customizable package that is:
        
        * **Reliable** (Automated tests cover 97% of the code base)
        * **Secure** (``bcrypt`` password hashing, ``AES`` ID encryption, ``itsdangerous`` token signing)
        * **Ready to use**
        * **Fully customizable** (Email, Field labels, Flash messages, Form templates, URLs, and more)
        * **Well documentated**
        
        Documentation
        -------------
        
        `Flask-User Documentation <https://pythonhosted.org/Flask-User/>`_
        
        Extension Packages
        ------------------
        We plan to offer the following Flask-User extensions in the future:
        
        * Flask-User-Profiles: View profile, Edit profile, Upload profile picture
        * Flask-User-Roles: Role based authentication
        * Flask-User-Social: Login via Google, Facebook and Twitter authentication
        
        Alternative Packages
        --------------------
        I've successfully used `Flask-Security <https://pythonhosted.org/Flask-Security/>`_ in the past.
        Flask-Security offers additional role based authentication.
        
        Revision History
        ----------------
        * v0.3.4 Added support for Python 3.3 (while retaining support for 2.7 and 2.6)
        * v0.3.3 Added minimal-app and basic-app examples
        * v0.3.2 Bug fix for Confirm email
        * v0.3.1 Alpha release
        * v0.3 Confirm email, Forgot password, Reset password
        * v0.2 Change username, Change password
        * v0.1 Register, Login, Logout
        
        Contact
        -------
        Ling Thio - ling.thio [at] gmail.com
        
Keywords: Flask User Registration Email Confirmation Reset
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
