<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: RPC4Django 0.1.4 is Available</title>
	<atom:link href="http://www.davidfischer.name/2009/08/rpc4django-0-1-4-is-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidfischer.name/2009/08/rpc4django-0-1-4-is-available/</link>
	<description>Some Things to Some People</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:29:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.davidfischer.name/2009/08/rpc4django-0-1-4-is-available/comment-page-1/#comment-44</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=232#comment-44</guid>
		<description>&lt;a href=&quot;#comment-43&quot; rel=&quot;nofollow&quot;&gt;@aaloy &lt;/a&gt; 
I&#039;ve taken a look and I&#039;m leaning toward implementing a system where it is tied to Django permissions. However, from what I can &lt;a href=&quot;http://docs.djangoproject.com/en/dev/topics/auth/#id1&quot; rel=&quot;nofollow&quot;&gt;tell&lt;/a&gt;, the only way to add new permissions is to have a model and a custom model Meta attribute. Once I have that, I can use a decorator -- either another parameter to @rpcmethod or use the Django built-in &lt;a href=&quot;http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.decorators.permission_required&quot; rel=&quot;nofollow&quot;&gt;@permission_required&lt;/a&gt; decorator -- to make sure the permissions are handled. If the user has insufficient permission, I intend to handle it with an RPCFault.</description>
		<content:encoded><![CDATA[<p><a href="#comment-43" rel="nofollow">@aaloy </a><br />
I&#8217;ve taken a look and I&#8217;m leaning toward implementing a system where it is tied to Django permissions. However, from what I can <a href="http://docs.djangoproject.com/en/dev/topics/auth/#id1" rel="nofollow">tell</a>, the only way to add new permissions is to have a model and a custom model Meta attribute. Once I have that, I can use a decorator &#8212; either another parameter to @rpcmethod or use the Django built-in <a href="http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.decorators.permission_required" rel="nofollow">@permission_required</a> decorator &#8212; to make sure the permissions are handled. If the user has insufficient permission, I intend to handle it with an RPCFault.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaloy</title>
		<link>http://www.davidfischer.name/2009/08/rpc4django-0-1-4-is-available/comment-page-1/#comment-43</link>
		<dc:creator>aaloy</dc:creator>
		<pubDate>Thu, 17 Sep 2009 12:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=232#comment-43</guid>
		<description>Any news about some sort of authentication? It would be nice to make RIA applications. I have been testing rpc4django with qooxdoo and it fits very well. The only issue is to have a way to authenticate users, and allow certain request just to specific roles.</description>
		<content:encoded><![CDATA[<p>Any news about some sort of authentication? It would be nice to make RIA applications. I have been testing rpc4django with qooxdoo and it fits very well. The only issue is to have a way to authenticate users, and allow certain request just to specific roles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
