Make encryption config optional for self hosting users #1476
Reference in New Issue
Block a user
Delete Branch "zachgoll/encryption-self-hosting-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the context of the Maybe app, the encryption module is used in a very narrow scope—for properly storing access tokens for Plaid Items.
Given that self hosters will generally not be managing their own Plaid setup, they will not need the encryption module for a functioning app. The configuration for this module adds quite a bit of overhead to the initial setup for self hosters, so this PR makes it entirely optional. We can adjust this in the future if encryption becomes mandatory for self hosters, but I do not foresee that becoming an issue for quite some time.
@@ -15,0 +21,4 @@elsehead :not_foundendendUnrelated, fixes a bug where clicking "back" from settings throws a 404 when the "return to" path is the URL of a resource that has been deleted from
/accountspage.