matin / garth

Garmin SSO auth + Connect Python client
MIT License
305 stars 22 forks source link

Add domain to OAuth 1 token #24

Closed matin closed 1 year ago

matin commented 1 year ago

Adding the domain to the OAuth1 token will simplify saving and restoring the token.

This had to be backwards compatible for people that've already stored their tokens.

See https://github.com/matin/garth/issues/21#issuecomment-1746920816

cc/ @yihong0618

yihong0618 commented 1 year ago

nice, thanks!