The page dedicated to problems of implementing OAuth2 as a reusable, extendable and maintainable library [[http://tools.ietf.org/html/rfc6749|rfc6749]]. === problem no.1 : still no clear picture of OAuth2 === === problem no.2 : inherent complexity === a list of challenges to approach when implementing OAuth2 library: * === problem no.3 : no problem visibility === === references === * https://developers.google.com/oauthplayground/ * https://developers.google.com/api-client-library/python/guide/aaa_oauth * https://github.com/hiidef/oauth2app - Django, MIT * https://pypi.python.org/pypi/rauth - client (consumer) side, MIT, PyPI [[PyPIOAuth|uses it]]