luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.6k stars 158 forks source link

Add encrypted secrets #358

Open paulcsmith opened 6 years ago

paulcsmith commented 6 years ago

Make it so that you can easily encrypt/decrypt secrets. Nice for sharing dev secrets within a team w/o committing to the repo

matthewmcgarvey commented 3 years ago

Rails' implementation:

https://github.com/rails/rails/blob/master/railties/lib/rails/secrets.rb https://github.com/rails/rails/blob/master/activesupport/lib/active_support/message_encryptor.rb