HabitRPG / habitica-chat-extension

A habitica.com Chat Client for Chrome
18 stars 13 forks source link

Automatically grab api token #72

Closed juanj closed 3 years ago

juanj commented 3 years ago

Currently, you need to manually input your user id and API token or go to the API settings page for the extension to grab them. After looking at the code, I found that the user id and API token are stored on the localStorage and can be accessed by calling window.localStorage.getItem('habit-mobile-settings')

Should the extension automatically grab them from the localStorage? Or maybe is important for the user to manually authorize the extension?

paglias commented 3 years ago

I'd say it's important that the user manually authorizes the extension