shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

Encrypt access token for sqlite

Open murphpdx opened this issue 3 years ago • 0 comments

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)

murphpdx avatar Sep 13 '22 19:09 murphpdx