Sean AguinagaS
Convex Community6mo ago
4 replies
Sean Aguinaga

Slack App OAuth Install

Has anyone used convex to store installations for Slack apps?

https://tools.slack.dev/bolt-js/concepts/authenticating-oauth/

I think I need to register an http endpoint and do it that way somehow?

But at the same time, I need to use it for OAuth with better-auth
OAuth allows installation of your app to any workspace and is an important step in distributing your app. This is because each app installation issues unique access tokens with related installation information that can be retrieved for incoming events and used to make scoped API requests.
Was this page helpful?