shopify-api-js
shopify-api-js copied to clipboard
Encrypt access token for sqlite
Overview
I'd like to use sqlite in production, but it's storing the access token in plain text. I know we can use Encryption Extension but we would need to recompile sqlite.
Type
- [ ] New feature
- [x] Changes to existing features
Motivation
What inspired this feature request? What problems were you facing?
The SQLite solution requires a lot of additional work to be usable in production or it will be a huge security vulnerability.
Checklist
- [x] I have described this feature request in a way that is actionable (if possible)