Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cd34/apex
Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local database, CSRF, ReCaptcha, Sessions, Flash messages and I18N
https://github.com/cd34/apex
Last synced: 3 months ago
JSON representation
Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local database, CSRF, ReCaptcha, Sessions, Flash messages and I18N
- Host: GitHub
- URL: https://github.com/cd34/apex
- Owner: cd34
- License: mit
- Created: 2011-07-17T20:20:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T20:58:19.000Z (about 2 years ago)
- Last Synced: 2024-04-10T02:44:53.128Z (7 months ago)
- Language: Python
- Homepage:
- Size: 799 KB
- Stars: 95
- Watchers: 13
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - apex - Toolkit for Pyramid, a Pylons Project, (Authentication)
README
Apex
====.. image:: https://api.travis-ci.org/cd34/apex.png?branch=master
:target: https://travis-ci.org/cd34/apexAuthentication, 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
* Yahoo
* Microsoft Live
* Bitbucket
* Github
* Identi.ca
* Last.fm
* Any OpenID providerAbility 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.