Well I don't know about OAuth or auth-social, but I know web2py auth and I know python pretty well. I'll do a little reading on the whole concept of social-auth and see if I can dig up more resources, like maybe the author of w2p-social-auth. If worse comes to worst, I can get some help from Massimo. I think a social auth plug-in that works really well would be not only useful, but essential to web2py at this point.
-- Joe On Sunday, June 5, 2016 at 3:08:23 PM UTC-7, Donald McClymont wrote: > > I would really like some progress on this - however I have extremely > limited knowledge of both auth and Python Social Auth so was rather hoping > someone that did might develop this in a better manner than I am likely to > do.. I did briefly attempt to update what I have but quickly came to the > conclusion it was not straightforward. However I may have some time to > look at in a bit more detail in the next few weeks. > > Regards > Donald > > On Sunday, June 5, 2016 at 1:20:38 AM UTC+1, Joe Barnhart wrote: >> >> Hi Donald -- >> >> I find I need this too. The more recent version of social auth should >> handle Google authentication in addition to Facebook and Twitter. I need >> these three in addition to web2py logon for my application. Have you seen >> any progress on this front? We may have to collaborate and do it ourselves. >> >> -- Joe >> >> On Monday, March 7, 2016 at 3:26:34 PM UTC-8, Donald McClymont wrote: >>> >>> I am sharing an example site http://www.netdecisionmaking.com that >>> uses Python Social Auth for authentication, based on the following code and >>> >>> https://github.com/omab/python-social-auth and the web2py integration >>> developed at https://github.com/bnmnetp/w2p-social-auth >>> <https://github.com/bnmnetp/w2p-social-auth> >>> >>> This works basically fine with the configured providers BUT it is using >>> python social auth version 0.1.26 and I am keen to get it moved to the >>> latest version. Being keen but lazy I was looking to check if anyone has >>> got a more up to date version that is currently working as it seems there >>> are a few changes with the 0.2.x release that need to be worked through and >>> w2p-social-auth that I am using has not been updated as far as I can find. >>> >>> The code for the site itself is at https://github.com/DonaldMcC/gdms >>> and I am using the recently add config file to determine an overall >>> authentication scheme for the site and pickup the keys etc which works fine. >>> Ideally I'd also like to also have the option to combine PSA and Web2py >>> login methods however I haven't really looked into that yet. >>> >>> Regards >>> Donald >>> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

