Skip to content
New issue

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

add dotenv-rails to generator to fetch credentials from env #776

Merged
merged 2 commits into from
Jul 3, 2019

Conversation

tylerball
Copy link
Contributor

The current install generator inserts the Shopify API key and secret into config/initializers/shopify_app.rb, which is usually a file that is excluded from gitignore and I imagine results in leaked keys for those that aren't aware of this. Best practice at Shopify and elsewhere is to use ENV variables for these.

This updates the generator to do so, and this has the benefit of being more compatible with shopify-app-cli.

Copy link
Contributor

@tanema tanema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a much better experience, I wonder why we didn't do this before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants