closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Add support for OAuth #121

Open squeaky-pl opened 4 months ago

squeaky-pl commented 4 months ago

We support OAuth now: https://developer.close.com/topics/authentication-oauth2/

At very least we should support authentication with Authorization: Bearer ... header but there are many other aspects of OAuth like token expiration. refreshing, invalidation etc. Probably needs a little bit of design upfront.