[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-17 Thread Donald McClymont
Hi Joe It does sound like you are making some progress - getting rid of all the persona stuff makes sense and I would like dual login capability as well. However my knowledge of both web2py auth and social auth is very limited so I am not sure I am a great source of advice. I did get Janrain

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-16 Thread Joe Barnhart
Hi Dan -- I've been playing with it awhile. It seems the Mozilla "persona" feature got permeated throughout the plug-in. Which is unfortunate since persona is now room-temperature, making all that code into bloat. I'm trying to prune through it, but confusingly much of the javascript stuff s

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-12 Thread Joe Barnhart
Thanks Donald! So the repo contains an application and the plugin, already "installed." So to add this to my own application, I separate out the "plugin" pieces and incorporate them into my app, right? That means I copy out any directory with the plugin name as well as any *.py files prefixed

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-11 Thread Donald McClymont
Hi Joe The repo is a minimum Web2py app with most of the code in a plug-in so as long as you have social-auth-core installed it should run ok. However I am not sure if you can fully setup and test from a laptop. Most of the providers that you need to register your app with seem to like you t

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-11 Thread Donald McClymont
Hi Joe The repo is a minimum Web2py app with most of the code in a plug-in so as long as you have social-auth-core installed it should run ok. However I am not sure if you can fully setup and test from a laptop. Most of the providers that you need to register your app with seem to like you t

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-11 Thread Donald McClymont
Hi Joe The repo is a minimum Web2py app with most of the code in a plug-in so as long as you have social-auth-core installed it should run ok. However I am not sure if you can fully setup and test from a laptop. Most of the providers that you need to register your app with seem to like you t

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-11 Thread Donald McClymont
Hi Joe The repo is a minimum Web2py app with most of the code in a plug-in so as long as you have social-auth-core installed it should run ok. However I am not sure if you can fully setup and test from a laptop. Most of the providers that you need to register your app with seem to like you t

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-02-10 Thread Joe Barnhart
Hi Don -- Just getting around to playing with this and having fun... Being a novice at python social-auth-core as well as your code, setting it up is slow going. Is your Git repo just an example of how to add this, or is this a w2p plugin of sorts? My intent is to add the minimum needed to m

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2017-01-11 Thread Donald McClymont
Just an update that in line with the re-organization and new site for python social auth (https://github.com/python-social-auth) I have made a new repository https://github.com/DonaldMcC/social-app-web2py with updated import statements etc. The plug-in has been tested with google, facebook, tw

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-11-06 Thread Donald McClymont
Not a great deal from me - it is still generally working fine with latest version of psas on www.netdecisionmaking.com - this is really a hobby project to demo a different approach to running the world or any part of it. Only change I have made recently was to swap-out mozilla persona and rep

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-11-05 Thread mweissen
It is a very interesting project. Are there any news? Am Freitag, 24. Juni 2016 00:45:51 UTC+2 schrieb Donald McClymont: > > Just a further note that following some further updating I can login via > Facebook, Twitter, Google (using Mozilla Persona) and Microsoft accounts. > There is a test sit

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-23 Thread Donald McClymont
Just a further note that following some further updating I can login via Facebook, Twitter, Google (using Mozilla Persona) and Microsoft accounts. There is a test site at https://www.netdecisionmaking.com/w2ppsatest if anyone wants to take a look without setting up themselves. I am not really

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-23 Thread Donald McClymont
On Friday, June 10, 2016 at 9:49:05 PM UTC+1, Donald McClymont wrote: > > I have now forked and pruned w2p-social-auth at the following: > https://github.com/DonaldMcC/w2p-social-auth basically only two changes > of substance: > > 1 It now uses appconfig to store the keys in so you will need

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-10 Thread Donald McClymont
I have now forked and pruned w2p-social-auth at the following: https://github.com/DonaldMcC/w2p-social-auth basically only two changes of substance: 1 It now uses appconfig to store the keys in so you will need to be on a fairly recent web2py if you want to use this approach - alternatively j

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-06 Thread Donald McClymont
Sounds good - possibly worth trying to contact someone on the psa team as well. I think we need to decide whether an updated plug-in is the best way to go or whether this should be a core part of either PSA or web2py. The plug-in may be the quickest way forward but it might well be better to g

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-05 Thread Joe Barnhart
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

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-05 Thread Donald McClymont
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 co

[web2py] Re: Python Social Auth - example site working with downlevel version of PSA

2016-06-04 Thread Joe Barnhart
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 i