discourse/app/assets
David Taylor 4c9ca24ccf
FEATURE: Hash API keys in the database (#8438)
API keys are now only visible when first created. After that, only the first four characters are stored in the database for identification, along with an sha256 hash of the full key. This makes key usage easier to audit, and ensures attackers would not have access to the live site in the event of a database leak.

This makes the merge lower risk, because we have some time to revert if needed. Once the change is confirmed to be working, we will add a second commit to drop the `key` column.
2019-12-12 11:45:00 +00:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
stylesheets UX: Small fixes for iOS signup modal 2019-12-11 15:47:25 -05:00