thank you.
On Sun, Jun 14, 2009 at 9:10 PM, Rama Vadakattu wrote:
>
> Recently i worked with openid i have used the below package for
> implementing it.
> http://code.google.com/p/django-openid-consumer/
> It is basically a fork of simonwillison django-openid implementing
> new openid features.
Recently i worked with openid i have used the below package for
implementing it.
http://code.google.com/p/django-openid-consumer/
It is basically a fork of simonwillison django-openid implementing
new openid features.
I did not face any problems and successfully implemented openid on my
site.
-
Chris wrote:
> I have been looking into using OpenId and I discovered that there are
> to 2 django libraries that handle this: django_openId and
> django_authopenid. Any opinions on the two? Not sure which one I
> should go with.
>
I depends on what you want to do, be a relying party, i.e. the
django-openid by simon willson works, but you probably have to use the
openid-2.0+auth branch. I used it in my Diamanda (http://
code.google.com/p/diamanda/) and it works ;) (diamandas.userpanel
app). I've also added authentication manager for loggin to a django
user if it has assigned openID plus
I riffed off those directions and the Zyon's code, but I found that the
Zyon's code really didn't help me that much - I think it was written to an
earlier version of the openID libraries from Janrain.
Anyway, I used the request.session and a store built in to Postgres for my
implementation. Determ
Hi Sam,
On Sun, 2007-03-04 at 23:04 +, Sam Richards wrote:
> Has anybody gotten the python openID library from
> http://www.openidenabled.com/openid/libraries/python to work?
>
> I was trying to follow
> http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication
> but it seems
There was a very recent post on CAS (Central Authentication System).
The author has written the middeware for Django and is making it
publically available.
I've no idea if there are any differences between CAS and OpenID, but
thought it might be worth a mention.
MerMer
--~--~-~--~~
Ian Holsman deserves to be noted.
http://feh.holsman.net/articles/2006/07/14/zyons-openid-what-a-match
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to djan
On 5/11/06, Alan Trick <[EMAIL PROTECTED]> wrote:
>
> I was wondering if anyone has thought about providing OpenID support in
> django. I'm writting an app and I really want to use django, but OpenID
> is somewhat important for technical reasons.
There is a new branch that provides the infrastruc
Hi Alan.
have you tried this one ?
http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication
(it's about a month old, but I haven't used it my self)
cheers,
arthur
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
On Thu, 2006-05-11 at 21:17 +1000, Malcolm Tredinnick wrote:
> On Thu, 2006-05-11 at 19:08 +0800, Alan Trick wrote:
> > Hi,
> >
> > I was wondering if anyone has thought about providing OpenID support in
> > django. I'm writting an app and I really want to use django, but OpenID
> > is somewhat i
Alan Trick wrote:
> A decentralized identity system. It allows you use the same login on
> multiple web pages.
Sounds cool ... thanks for the information!
Michael
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"D
A decentralized identity system. It allows you use the same login on
multiple web pages.
For example, if I own a website (me.example) then I can set up an OpenID
server. Then I can go to site.example and login using me.example as my
id (site.example) will then have me go login on my own OpenID if
On Thu, 2006-05-11 at 19:08 +0800, Alan Trick wrote:
> Hi,
>
> I was wondering if anyone has thought about providing OpenID support in
> django. I'm writting an app and I really want to use django, but OpenID
> is somewhat important for technical reasons.
There have been periodic threads about e
Alan Trick wrote:
> Hi,
>
> I was wondering if anyone has thought about providing OpenID support in
> django. I'm writting an app and I really want to use django, but OpenID
> is somewhat important for technical reasons.
What is OpenID?
Michael
--~--~-~--~~~---~--~-
Okay, sold. I put it here:
http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django
On 4/16/06, jeremy <[EMAIL PROTECTED]> wrote:
>
> If anyone is interested in verifying OpenID identities from within
> Django, I've just implemented that and would be happy to share. It
> wasn't particularly difficult given the Python openid library, but it
> should save other implementers some t
17 matches
Mail list logo