BYK/pyresto

Authentication support

BYK opened this issue · 2 comments

BYK commented

Some API's require authentication in someway to allow writes. Some require authentication even for reading so authentication support is crucial for success.

And authorization support. Well basically basic auth and OpenId could be favored for authentication and a OAuth2 implementation could be good starting point for authorization/authentication.

BYK commented

Agreed. httplib2 might help us with OAuth as well.