<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gustavo on Information Technology &#187; OpenId</title>
	<atom:link href="http://gustavonarea.net/blog/tags/openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://gustavonarea.net</link>
	<description>Just a social techie</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:47:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Auth: What you may expect from TurboGears 2</title>
		<link>http://gustavonarea.net/blog/posts/auth-what-you-may-expect-from-turbogears-2/</link>
		<comments>http://gustavonarea.net/blog/posts/auth-what-you-may-expect-from-turbogears-2/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 01:38:33 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[Turbo Gears]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenId]]></category>
		<category><![CDATA[repoze.who]]></category>
		<category><![CDATA[TG2]]></category>
		<category><![CDATA[TurboGears]]></category>
		<category><![CDATA[WSGI]]></category>

		<guid isPermaLink="false">http://gustavonarea.net/?p=148</guid>
		<description><![CDATA[Those still using TurboGears 1 will find a big improvement in the authentication and authorizarion area when they upgrade to version 2: TurboGears 2 ships with an easy-to-use, pluggable, extendable and well-documented authentication and authorization system, powered by repoze.who and tgext.authorization (whose documentation will be available along with TurboGears&#8217; very soon).
Some of the features include:

You [...]]]></description>
			<content:encoded><![CDATA[<p>Those still using TurboGears 1 will find a big improvement in the authentication and authorizarion area when they upgrade to version 2: TurboGears 2 ships with an easy-to-use, pluggable, extendable and well-documented authentication and authorization system, powered by <em><a href="http://static.repoze.org/whodocs/">repoze.who</a></em> and <em>tgext.authorization</em> (whose <a href="http://svn.turbogears.org/docs/2.0/docs/main/Extensions/Authorization/">documentation</a> will be available along with <a title="TurboGears 2 documentation" href="http://turbogears.org/2.0/docs/index.html">TurboGears&#8217;</a> very soon).</p>
<p><em>Some</em> of the features include:</p>
<ol>
<li>You may store your users&#8217; credentials where you want &#8211; in a database, an LDAP server, an .htacess file, etc.</li>
<li>You&#8217;ll be able to store your groups and permissions where you like too, but also use as much as group and permission sources as you need. What if your application&#8217;s main database already stores your groups and permissions data, but the company&#8217;s IT department needs to reuse their Htgroups file in the application? That would be a piece of cake.</li>
<li>You&#8217;ll be able to manage your authorization settings with an API independent of the used source(s) (databases, Ini files, etc). Yes, add/edit/delete groups and/or permissions.</li>
<li>You&#8217;ll be able to grant permissions to anonymous users (hopefully available this week).</li>
<li>Do the above and more without writing too much code.</li>
</ol>
<p>Right now there&#8217;s only the SQL plugin, so in the mean time you may still only store your groups and permissions in a SQLAlchemy or Elixir managed database, but very soon we&#8217;ll have the <em>Ini</em> plugin (to store groups and permissions in *.ini files) and even more.</p>
<p>In the future you&#8217;ll also be able to get <a href="http://openid.net/">OpenId</a> authentication with a couple of lines of code (<a title="OpenId plugin for repoze.who" href="http://mrtopf.de/blog/plone/planetplone/dzug-conference-2008-my-lightning-talk-about-the-repozewho-openid-plugin-technical/">there&#8217;s a work in progress</a>) and possibly <a title="secure API authorization" href="http://oauth.net/">OAuth</a> authorization too.</p>
<p>And you may give it a try now! You can either <a title="How to install TurboGears 2" href="http://turbogears.org/2.0/docs/main/DownloadInstall.html">try the latest code from the trunk</a> or wait for the first TG2 beta which will hopefully be released in a couple of days.</p>
]]></content:encoded>
			<wfw:commentRss>http://gustavonarea.net/blog/posts/auth-what-you-may-expect-from-turbogears-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Joining the development of TurboGears</title>
		<link>http://gustavonarea.net/blog/posts/joining-the-development-of-turbogears/</link>
		<comments>http://gustavonarea.net/blog/posts/joining-the-development-of-turbogears/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:23:56 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[Freedomware]]></category>
		<category><![CDATA[GNU/Linux Matters]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Turbo Gears]]></category>
		<category><![CDATA[animador]]></category>
		<category><![CDATA[OpenId]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[TurboGears]]></category>

		<guid isPermaLink="false">http://gustavonarea.net/?p=91</guid>
		<description><![CDATA[I&#8217;ve had the great pleasure of being invited by the TurboGears team to become an official committer for the great TurboGears framework.
This is because I&#8217;ve been contributing patches for TurboGears 2 and other packages used by Animador (a TurboGears 2 application), since I started its development, in order to fix bugs and/or add new features [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the great pleasure of being invited by the <a href="http://en.wikipedia.org/wiki/TurboGears">TurboGears</a> team to become an official <a title="What's a committer?" href="http://en.wikipedia.org/wiki/Committer">committer</a> for <a href="http://turbogears.org/about/">the great TurboGears framework</a>.</p>
<p>This is because I&#8217;ve been contributing patches for TurboGears 2 and other packages used by <a href="http://tracker.gnulinuxmatters.org/wiki/Animador">Animador</a> (a <a href="http://turbogears.org/2.0/docs/index.html">TurboGears 2</a> application), since I started its development, in order to fix bugs and/or add new features that I want in Animador. So now I can apply my changes by myself! <img src='http://gustavonarea.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And stay tunned, because very soon it&#8217;s going to be very easy to add <a href="http://openid.net/">OpenId</a> support to any WSGI application by means of <a href="http://tracker.gnulinuxmatters.org/ticket/264">a plugin for the framework-independent <em>repoze.who</em> package</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://gustavonarea.net/blog/posts/joining-the-development-of-turbogears/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
