Closed thedannywahl closed 6 years ago
OAuth keys shouldn't be stored as plain text in the DB. We need to at least hash them and then unhash on read, until we can fix #8
From latest release: all tokens are now encrypted using attr_encrypted gem.
OAuth keys shouldn't be stored as plain text in the DB. We need to at least hash them and then unhash on read, until we can fix #8