-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 23 Dec 2009, at 18:17, [email protected] wrote: > I have been looking for open-id client implementation for our web > site. We will work on two level of authentication mode. > > 1. The user directly register with us > 2. the user who can sign in using open id > > So we need form based(our site based) as well as open id both co > exists. Once user login, same level of authorisation has been used. > > I have experience with repoze.what little thanks to quick start guide > and sample application provided for that purpose. > > Do you have any suggestions to use open-id? Have a look at: http://pylonshq.com/accounts/register The PylonsHQ web site (known as "kai") is a Pylons-built web app. Source code is available on: http://bitbucket.org/bbangert/kai/ The persistence back-end uses couchdb in this instance but if you need to use a conventional relation-based persistence instead then converting it to SQLAlchemy isn't rocket surgery. I can confirm that personally because I've done exactly that for a Shabti "authplus" template (yet to be released I'm afraid). HTH Cheers, Graham http://www.linkedin.com/in/ghiggins -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAks2E5cACgkQOsmLt1NhivwrxQCgmjBuELlo2Pm1E1HzRZAx/iul xyAAn1JWgC/QCWb4CTmemzhEUS49PphNiQCVAgUBSzYTl1nrWVZ7aXD1AQJv3QQA 36ppnpTjXI56e2k1AtPAwYbRgxPv04VlARX3FFYlMkWvETS8VNP0uHXLIqph2nwa LIz04y28rCiuGrzaM7hnKvSN35G/2alnFv6zkGTr7D+0SIKmlY3ue5Cp8CE0/yhj BzT5xlEM3mHsXVQqpA84/8IDsR5gsNpyBUtij6w7E1U= =wkqa -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
