Commit 38ceffe
committed
IIRR-30(auto): Skip user token check for Slack controllers
Added skip_before_action :check_user_token to Slack::ApplicationController
to bypass user token verification for Slack requests. This ensures that
Slack webhooks and interactions are not blocked by user authentication
requirements.
Ref: https://ombulabs.atlassian.net/browse/IIRR-301 parent 2cede1a commit 38ceffe
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments