slack-bolt-extensions
slack-bolt-extensions copied to clipboard
Collection of bolt-js InstallationStore/Receiver implementations + Next.js support module
Hi, thank you for your awesome extensions! I have a question about the behavior of `PrismaInstallationStore.fetchInstallation` (and other implementations in this repository), which is different from `FileInstallationStore.fetchInstallation`'s if userId is...
Checks if query userID is the same as row userID, if not user data is removed. Should close #12
# The problem Our app stops working for organizations that upgrade to Enterprise Grid. # The cause This happens when an organization installs an app before they have an enterprise...
Hi, When trying to use this with nextjs 15 types using the app router, there is no way to convert `NextRequest` in something like a `function POST(req: NextRequest, res: NextResponse)`...