Open-ID Python Framework

1

Everyone, I have a problem.

I do not think the stack is the best place to ask but I do not know exactly where to ask this.

As everyone knows, OpenId 2.0 will no longer be supported by google which forces us to change our OpenId Connect (Oauth2.0) applications.

After some research, I found two Oauth2.0 frameworks:

link

link

The problem is that neither framework has clear documentation on how to use it, and before going deeper into any of them to find the solution, I decided to ask here if someone has already used any of them or if they know of any other.

I think this question can help a lot in the community, but I will understand if you choose to close this question.

Thank you

    
asked by anonymous 13.01.2015 / 17:54

1 answer

1

If you want to access only Google services, there is a lib called gdata [1] maintained by Google, here is the documentation [2], here [3] Google talks a little more about it.

If you want a lib to connect with Oauth2.0 take a look here [4]

23.01.2015 / 04:19