seratch / slack-edge

Slack app development framework for edge functions with streamlined TypeScript support
https://github.com/seratch/slack-edge-app-template
MIT License
87 stars 5 forks source link

Custom Page Redirection After OAuth in SlackOAuthApp #2

Closed abc123931 closed 10 months ago

abc123931 commented 10 months ago

I am trying to modify the behavior of the SlackOAuthApp. Specifically, after redirecting from '/slack/install' to '/slack/oauth_redirect', I want to display an original page or redirect to another page instead of showing the default renderCompletionPage. Is there any way to accomplish this?

seratch commented 10 months ago

Hi @abc123931, thanks for submitting this issue! Right now, this framework does not provide a way to customize the endpoint behaviors. I will add the functionalities in the next release!

abc123931 commented 10 months ago

Hi, thank you for your quick response and willingness to add this functionality to the upcoming release! I'm looking forward to trying out the new feature when it's available.