On Jun 8, 7:23 pm, Richard <[email protected]> wrote:
> On Jun 8, 1:29 pm, mdipierro <[email protected]> wrote:
>
> > Hi Richard,
>
> > thegmailauthentication is not based on open-id (yet). it presents
> > you with a standard login form. It tried to log you in via the normal
> > auth_user table. It it fails, it tried to verify your password using
> > thegmailsmtp service. If that works a the auth_user table is created/
> > updated with the md5 hash of your current password.
>
> > This is designed to be streightforward to setup.
>
> That's neat and easy to setup, but I agree with Alexei that the user
> may be suspicious. I would need to highly trust the competence and
> integrity of a third party before entering in my email login details.
> How does it handle if I change my email login password so the hash is
> out of date?
The user will be able to login with both password (the one stored
locally or the one stored remotely). If the user uses this remote
password, it is copied (hashed) locally.
This is not really the best/safest way to do it but it is not really
designed for a web2.0 app. This is designed for allowing a small group
of users trusting you already (employees of your company, clients,
etc.) to login without registering if they have already an account in
one of the trusted parties. Imagine for example you want to give login
access to people who already have an email (smtp) account on your
system.
> > We will soon have an API like stack overflow does.
>
> That would be great. Will it redirect to each respective site to
> login?
Yes. CAS does that. we need to ingrate everything in one app
customizable Auth.
Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---