I’m adding JIRA integration to Feature Upvote. To do this, we need the user to supply us with credentials for a JIRA account. This includes a username and password. We need to store these in our database.
Now, normally I’d never store a password in a database table in way that it could be read or decrypted. But I’m a bit puzzled how to do this when I require the decrypted password for my SaaS to access Jira on behalf of the customer.
How have you handled this?