public marks

PUBLIC MARKS from pvergain with tag openid

July 2007

AroundWord

AroundWord is a free and open Blog Publishing System built upon the great web framework Pylons. Currently, AroundWord is in early planning and development. You are welcome to take participate in the development: Main Features * Multi-user * Atom/RSS feeds * Trackbacks * OpenID for users that want to comment (this would avoid to use anti-spam feauture) * Anti-spam * Plugin * Theme * Tags * Multi-blog ? (but with a different data base for each blog) * Plug-in system * Easy to install for end users (as easy as wordpress if possible) Development Currently, we are building the models. More details about development here (http://www.aroundword.org/wiki/AroundWordDevelopment) The AroundWord team is happy to take contributions, patches and bug-fixes. We use the following code conventions: * PEP 8 - Style Guide for Python Code * PEP 257 - Docstring Conventions The Mercurial repository can be accessed via: http://hg.aroundword.org/ AroundWord is a free and open Blog Publishing System built on Python using the most advanced technologies: * Framework: Tesla upon Pylons * Database Engine: SQLAlchemy + Elixir + SAContext * Templates: Mako * Widgets and Forms: ToscaWidgets + twForms + FormEncode * Authorization and Authentication: AuthKit * Internationalization (i18n) and Localization (L10n): Babel * JavaScript Library: jQuery * Site Search: Xapian

January 2007

pyblosxom openid server - snarfed.org

(via)
openid_server.py is a PyBlosxom plugin that implements OpenID 1.1. OpenID is a distributed authentication protocol, ie a single sign on platform, that uses URLs as identifiers. If you have a PyBlosxom site, this plugin allows you to login anywhere that accepts OpenID. This plugin also implements the Simple Registration Extension, which lets you optionally provide your name, email address, and other information automatically to sites that you log into with OpenID. In OpenID terminology, this plugin acts as an an Identifer and Identity Provider. It provides an endpoint URL, handles OpenID requests on that endpoint, allows associations, and authenticates the user with an HTML form. To use it, first download openid_server.py and openid_libs.zip and place them both in your plugins directory. (openid_libs.zip is a convenient, drop-in package of necessary libraries, provided by JanRain, Yadis, and others. If you don't trust me - and why should you? - feel free to build and install them yourself.)

About — OpenID Enabled

by 1 other (via)
The OpenID library with batteries included. Features: * Refined and easy-to-use API. * Extensive documentation. * Many storage implemetations including file-based, SQL, and memcached. * Simple examples to help you get started. * Licensed under the LGPL. The latest available version is 1.2.0. Contenu en relation * Browse the source code * Downloads * Online API Documentation Examples do work nicely! Posté par http://nb.myopenid.com/ le 05-04-2006 06:35 Install of library works: python setup.py install installs in /usr/lib/python2.3/site-packages/openid Examples Start consumer and server python consumer.py --port 8001 python server.py --port 8000 Remember to use files (consumer.py and server.py) in example-folder NOT in openid folder!

Libraries - OpenID Wiki

(via)
The following libraries are available to assist with the implementation of an OpenID Identity Server and Consumer. The libraries in this section are intended to help with handling all of the details specific to OpenID and leaving you to provide the glue to integrate it into your site.

OpenID: an actually distributed identity system

by 31 others (via)
OpenID is an open, decentralized, free framework for user-centric digital identity. OpenID starts with the concept that anyone can identify themselves on the Internet the same way websites do-with a URI (also called a URL or web address). Since URIs are at the very core of Web architecture, they provide a solid foundation for user-centric identity. The first piece of the OpenID framework is authentication -- how you prove ownership of a URI. Today, websites require usernames and passwords to login, which means that many people use the same password everywhere. With OpenID Authentication (see specs), your username is your URI, and your password (or other credentials) stays safely stored on your OpenID Provider (which you can run yourself, or use a third-party identity provider). To login to an OpenID-enabled website (even one you've never been to before), just type your OpenID URI. The website will then redirect you to your OpenID Provider to login using whatever credentials it requires. Once authenticated, your OpenID provider will send you back to the website with the necessary credentials to log you in. By using Strong Authentication where needed, the OpenID Framework can be used for all types of transactions, both extending the use of pure single-sign-on as well as the sensitivity of data shared. Beyond Authentication, the OpenID framework provides the means for users to share other components of their digital identity. By utilizing the emerging OpenID Attribute Exchange specification (see specs), users are able to clearly control what pieces of information can be shared by their Identity Provider, such as their name, address, or phone number. Today, OpenID has emerged as the de-facto user-centric identity framework allowing millions of people to interact online. With programs such as the I Want My OpenID Bounty, developers of Open Source projects are rapidly adding support for OpenID in order to enable their communities.

pvergain's TAGS related to tag openid

bibliotheques +   framework +   internet +   openid_server.py +   python +   style +   web +   webstandards +   wordpress +