Discord OAuth and Bot integration types
Is it possible in some way to handle complete flow for bot installs, out of the box?
See below authorize url, it works to install on servers but the flow, in comparison to user login, that initiates with
POST/sign-in/social
creating a state for security that is passed forwarded to verify response later on
That is great of course, but bots are unable to sign in to initiate such state and breaks when the callback requires said state
Below is the local output after above flow is completed and sending queries back to the redirect_uri
Also I might be doing this wrong, just touching base on discord app development0 Replies