What method are you using to generate the access_token_encryption_key?
I think what you want is the code @
jumpstart-pro/lib/jumpstart/lib/jumpstart/credentials_generator.rb
# Used for encrypting OAuth access tokensaccess_token_encryption_key: '#{Base64.encode64(SecureRandom.random_bytes(32)).strip}'
Please note this generator is already used for each ENV when you edit the credentials for the first time 👍
Notifications
You’re not receiving notifications from this thread.