Closed MikeRogers0 closed 6 years ago
Am I OK to update the README.md Usage section to use Rails credentials instead of Rails secrets?
It would replace the code sample, with:
config.omniauth :spotify, Rails.application.credentials.spotify[:client_id], Rails.application.credentials.spotify[:client_secret], scope: %w( playlist-read-private user-read-private user-read-email ).join(' ')
👍
Am I OK to update the README.md Usage section to use Rails credentials instead of Rails secrets?
It would replace the code sample, with: