I’ve created a web app, utilizing Twitter for login. It worked great during the last 4 year, but suddently, every request to https://api.twitter.com/oauth/authenticate starts to show the page asking the user to authorize the my application. I didn’t change anything in the config, and made sure that “Allow this application to be used to Sign in with Twitter” is checked in application settings.
I’ve ready multiple places on this forum, that /oauth/authenticate should only ask once, while /oauth/authorize asks each time. But I’m using the authenticate endpoint. I’ve also ready that people are experiencing that requests to /oauth/authenticate redirects (302) the user to /oauth/authorize. That doesn’t seem to be the case either, since the URL in the browser is in fact /oauth/authenticate.
Do anyone know if Twitter recently changed something?