liyunze-coding / Chat-Task-Tic-Overlay-Infinity

Infinite scroll variation of the original Task Board widget
MIT License
19 stars 6 forks source link

Docs: Update oauth sections of README #2

Open analessthanthree opened 4 months ago

analessthanthree commented 4 months ago

Hello,

Thanks for this project. My partner used it and was happy with it. I got curious and decided to take a look at the source.

The README sections on migrating from your old task list and on installing fresh instruct you to remove the oauth: portion of the token. This conflicts with the correct information in the comment in auth.js (which follows *the comments in your tutorial video, as I'm told).

If you'd like, I could update this info myself and submit a PR, to save you the trouble.

Thanks again!

-- Vi

liyunze-coding commented 4 months ago

Thank you! Feel free to submit a PR if you'd like ^^

Note that in the latest version, having "oauth:" in the auth.js or not will still function as long as the token is valid, as it gets checked in the index.js. Thank you!