You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be two ways to authenticate with iNatClient:
Manually pass a token generated with get_access_token() (same as existing request functions)
If creds are specified in environment variables, keyring, or as iNatClient args, automatically get and refresh tokens as needed
Related: #148. requests-oauthlib may be helpful here, but note that both this and requests-cache extend requests.Session and will need to be combined into a third custom session class.
The text was updated successfully, but these errors were encountered:
There should be two ways to authenticate with
iNatClient
:get_access_token()
(same as existing request functions)iNatClient
args, automatically get and refresh tokens as neededRelated: #148. requests-oauthlib may be helpful here, but note that both this and requests-cache extend
requests.Session
and will need to be combined into a third custom session class.The text was updated successfully, but these errors were encountered: