You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will need a proper login flow and storage of an api token to get it working with chrome rather than piggy backing on existing cookies.
Something like redirecting to a logged in page on octobox.io (/extension maybe) which then triggers the extension to store the token in chrome.storage which then can be used for all future api requests.
Also thinking that the api should probably be separated out within the octobox web app into /api to turn off cors and skip cookies.
Currently if you're logged out of octobox.io, the extension just never shows. Instead it should show a prompt to log in to enable it.
The text was updated successfully, but these errors were encountered: