pnbruckner / life360

A simple python life360 client
MIT License
16 stars 6 forks source link

Bump User-Agent header #12

Closed pantherale0 closed 6 months ago

pantherale0 commented 6 months ago

Life360 mobile app has been updated to 23.50.0, this PR bumps the version in the user-agent.

As far as I can see, no further changes have been made to its API calls, although we do need to improve handling of users who have verified phone numbers.

pnbruckner commented 6 months ago

As far as I can tell, the user-agent doesn't seem to matter. I've been successful (via Postman) authenticating/authorizing without any specific user-agent (other than the default one Postman inserts.)

pantherale0 commented 6 months ago

It's probably not, it's more of a preventative measure in case they do one day decide to implement some more of UA filtering / blocking.

pnbruckner commented 6 months ago

Okey dokey.