mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #686] Docs request: how to prevent secrets from leaving local storage wrt. sync. #239
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neverendingqs on GitHub (Mar 19, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/686
Is your feature request related to a problem? Please describe.
I am not sure how I should set up sync to prevent secrets (e.g. OAuth 2.0 access tokens) from leaving local storage.
Describe the solution you'd like
Help text or documentation describing what exactly is synced and/or suggestions for how to manage secrets and syncing.
Describe alternatives you've considered
I think using Environments to store secrets and referencing them in request collections might be the way to go?
Additional context
N/A
@liyasthomas commented on GitHub (Mar 19, 2020):
Synced sections are:
Secrets including 0Auth key or access tokens are synced with
localStorageonly.@sachaventura2 commented on GitHub (Apr 21, 2022):
Hi there,
What are the best practices to store API keys, passwords etc. in Team collections?
Coming from Postman, we usually store them in the environment, as "current values" which are only stored locally.
How are 0Auth keys and access token identified as such?
Thanks for clarifying!
@dakujem commented on GitHub (Oct 5, 2023):
This should not have been closed. There are values we never want to save anywhere, neither sync. So how do we do this? I'm searching like crazy, but can't find anything.
Trivial example: I want to authenticate to an API, but I do not wish to store/sync the credentials anywhere. How to?
@liyasthomas Thanks.