Could you post here a longer description or example of your authentication
flows?  we need more information to help you! :-)
I think there is no need to modify Auth class or login_bare().


mic


2013/5/28 ctrlSoft <[email protected]>

> i want keep users in the same table (default auth), and i have 2 kind of
> auth. 1 basic and second is oauth.(facebook)
> in basic auth i use standart authentification, but with oauth i want to
> verify users by email, name .. token....
> once auth object password is required i decided for oauth do define a
> custom login_bare() where i will check what i need, and execute
> #auth.login_user(db.auth_user(oauth_user_id))
>
> should i modify gluon/tools.py or import somewhere in modules and Create
> MyCustomAuth() with custom login_bare()?
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to