When adding an API token into the database, we're currently implementing them in plaintext. Instead they should at least be hashed or something. Resources: https://stackoverflow.com/a/30552612 https://codahale.com/how-to-safely-store-a-password/
When adding an API token into the database, we're currently implementing them in plaintext. Instead they should at least be hashed or something.
Resources:
https://stackoverflow.com/a/30552612
https://codahale.com/how-to-safely-store-a-password/