Metadata-Version: 1.1
Name: apex
Version: 0.9.8dev
Summary: Pyramid toolkit to add Velruse, Flash Messages,CSRF, ReCaptcha and Sessions
Home-page: http://thesoftwarestudio.com/apex/
Author: Chris Davies
Author-email: user@domain.com
License: MIT
Description: Authentication, Form Library, I18N/L10N, Flash Message Template
        (not associated with Pyramid, a Pylons project)
        
        Uses alchemy
        
        * Authentication
        
        Authentication has a single authentication id which can have multiple
        associated credentials. A user can create a username and associate their
        Facebook and Google login records with their current record and log in
        with any of them. It is planned that Apex will act as an endpoint for
        multi-domain multi-site installations - allowing one to associate a login
        account from one domain to another.
        
        Local authentication uses salt + BCrypt
        http://codahale.com/how-to-safely-store-a-password/
        
        Velruse is used for OpenID/OpenAuth providers and supports
          * Google
          * Facebook
          * Twitter
          * Yahoo
          * Microsoft Live
          * Bitbucket
          * Github
          * Identi.ca
          * Last.fm
          * LinkedIn
          * Any OpenID provider
        
        Ability to overload the login form, extend the AuthUser class through
        polymorphism or a Foreign Key user profile table.
        
        * Form Library
        
        WTForms is used to help those transitioning over from Django to Pyramid.
        
        * I18N/L10N
        
        Babel is used to support Internationalization and Localization.
        
        * Flash Messages
        
        Templates and helpers for Mako and Jinja2 are included to support Flash
        Messages in your application.
        
        
        * apexid_from_token renamed to apex_id_from_token
        * added 'add_auth' function to allow secondary authentication providers
          on a single auth_id
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
