slack-bolt-extensions icon indicating copy to clipboard operation
slack-bolt-extensions copied to clipboard

Collection of bolt-js InstallationStore/Receiver implementations + Next.js support module

Results 4 slack-bolt-extensions issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue

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...

enhancement
good first issue

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)`...

enhancement
good first issue