I want to allow my users to authenticate using their Slack account (not as a main auth method though), rather as kind of integration.
I have set up these routes in main.wasp: // 2a) Slack OAuth: Auth-Redirect route SlackAuthRoute { path: "/slack/auth", to: SlackAuthPage } page SlackAuthPage { component: import SlackAuthPage from "@src/client/app/SlackAuthPage.jsx", authRequired: false }