You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the default MemoryInstallationStore, BoltJS should offer the option of a FileInstallationStore. Developers can import this new store and use it instead of the default for a more persistent storage experience.
What type of issue is this? (place an x in one of the [ ])
enhancement (feature request)
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Apologies, I missed this -- I believe the only thing to be done on the Bolt side is to ensure that it's imported/exported from the @slack/oauth side of things. And any associated documentation, if applicable.
I almost think it worth narrowing/editing this issue to just be FileInstallationStore to accurately reflect the work that's been done. Thoughts?
Description
In addition to the default
MemoryInstallationStore
, BoltJS should offer the option of aFileInstallationStore
. Developers can import this new store and use it instead of the default for a more persistent storage experience.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: