We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no browser API for secure storage of credentials, but there is a proposal for that: w3c/webextensions#154
In the case of this extension, it is likely that the only creadentials we need to store are OAuth 2.0 Access and Refresh tokens.
The text was updated successfully, but these errors were encountered:
Persists the token
270eea2
Persists the access token in to chrome.storage.local (not ideal) See #1
No branches or pull requests
Currently there is no browser API for secure storage of credentials, but there is a proposal for that: w3c/webextensions#154
In the case of this extension, it is likely that the only creadentials we need to store are OAuth 2.0 Access and Refresh tokens.
References
The text was updated successfully, but these errors were encountered: