I am creating a user login with the OAuth. Everything seems to work fine but Twitch redirect URI is messed up by the # where ? has to be.
My redirect URI:
https://localhost:7681/authorize
URI Twitch redirects to:
https://localhost:7681/authorize#access_token=43r99nhmxhvpckr4zrtb0sbx1q6tdg&scope=user%3Aread%3Aemail&state=%24%7Bdata.uid%7D&token_type=bearer
I already tried adding a trailing slash, nothing changed.
Did someone else encounter such behavior?