Maybe you could just make another url that wasn't password protected.
If the token doesn't get used up in your plan, you have roughly the
same security (not much).

def rss_view(request):
   askdmalkdmakds

protected_rss_view = login_required(rss_view)

Hope that helps,
Alex

On Dec 7, 8:57 am, Miernik <[email protected]> wrote:
> I want to have RSS feeds in my Django application, which should be
> viewable only by a logged-in user. I want to allow users to add these
> RSS feeds to all aggregators, so I would need something which would
> work like this: supply the feed URL with a token, for 
> example:http://example.com/feed/rss&token=AeYQtFjQfjU5m so that token will
> cause the feed to be seen as if the user would be logged in.
>
> Is there some library in Django which would provide such a
> functionality?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to