We've moved discussions to Discord

What method are you using to generate the access_token_encryption_key?

I want to use the same method to generate other encryption keys. Thank you!
Tiago Casanova
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 👍
Thanks!
Notifications
You’re not receiving notifications from this thread.