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
{{ message }}
This repository was archived by the owner on May 5, 2022. It is now read-only.
I think a few features we'll want for the browser extension are the concept of seeing notification badges for individual communities I am a part of.
Example:
One way or another I think the major technical burden is how authentication would work in this way.
In terms of doing this in a way that is private and secure but also pretty seamless I could see a scenario where when the extension is installed it reads the user's API keys, stores them locally and uses them to ingest relevant APIs. I feel like that is legit as long as it's clear what's going on, behavior is as configurable as it needs to be, and we can ensure that the secrets can't leak.
I'd love input on that hypothetical functionality— particularly from a security perspective.