drakeapps / synccit-browser-extension

The Chrome and Greasemonkey synccit extensions
https://synccit.com
17 stars 7 forks source link

chrome syncs auth code across devices #11

Closed vogler closed 7 years ago

vogler commented 7 years ago

If I change the auth code on device A, it will sync the same code to device B. Probably should use storage.local instead of storage.sync here 😄 It would be nice to keep the sync (in case local storage is cleared), but I guess there's no way to see which device one is currently on.

vogler commented 7 years ago

BTW: am I right to assume that the auth code is also the reason why synccit doesn't work between my two chrome instances?

drakeapps commented 7 years ago

Hmm, this might actually seem more like a feature people would want. Your device would really just be all Chrome devices, which seems fine and makes it a bunch easier to use.

Though adding the option to turn it on/off might be good.

But, it should work across multiple devices with the same auth code. Tracking isn't handled/tracked by auth code, it's really more just of a way of authenticating without having to use your password everywhere.

If you can, send me a screenshot of your JS console while on a reddit page to the email at the bottom of the site: https://synccit.com/

vogler commented 7 years ago

more like a feature people would want

👍

Just checked again: works fine. The problem was/is that links loaded via RES's infinite scrolling aren't updated.