-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firefox extension] 'You are not logged in' when logged in to Onminvore on a Firefox Multi-Account Container tab #2000
Comments
Thanks, allowing users to paste in an API key is a good idea. I had been wondering about a solution to this issue. |
Some notes on this: need to add this to the manifest: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/options_ui
From what I can tell we have three options for storing the key:
|
+1 We can take a reference from wallabag: store the API token and adding a key in extension options to renew the token periodically. |
Fix here, not published yet, need to do a bit more testing with other features like PDF handling: #2210 |
Submitted to the Firefox extension store. |
ok, this is available as |
Description
Trying to save an article when already logged in to Omnivore in a firefox mult-account container tab results in a confusing 'You are not logged in' message.
Reproduction steps
Screenshots
Solutions/Workarounds
The issue here is that I was not logged in to Omnivore in a non container tab and Omnivore probably has problems trying to read cookies of containers. There are 2 ways I can currently think of:
Thanks!
The text was updated successfully, but these errors were encountered: