It seems postman has put collections behind a paywall so timing for this is great. Does ReceipeUI manage secrets or have some suggestions to deal with this to avoid things leaking into shared cloud storage?
One related thing I haven't learned from a glance at the pitch and GH:
Does the desktop app make direct HTTP requests to target resources? Or are they similarly to web-app proxied through recipeui.com?
Plus, is there a way for the web-app to bypass that proxy, when the target resource allows that in CORS (naturally)(or when there is some browser extension that does it on dev's side)?
Currently secrets are just stored locally on desktop and web via IndexDB. I'd love to hear people's thoughts on this as well!