| Issue 469: | oauth/authenticate method needs parameter to force login | |
| 5 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
What's the problem you're seeing? Sign in with Twitter does not support a forced login. This makes it difficult for applications that want to support multiple accounts to use this feature. A parameter added to the oauth/authenticate method such as "force_login=true" could be added to force credentials to be added. What was the request you made (if applicable)? Be sure to obscure your Basic Auth headers. What was the full HTTP response, with headers (if applicable) |
||||||||||
,
Apr 16, 2009
What does this add over just using oauth/authorize? |
|||||||||||
,
Apr 16, 2009
This would add the ability to login without the accept/deny buttons. Mostly this is for a 'Sign in as a different user' link scenario |
|||||||||||
,
Apr 16, 2009
Ah yes. That is smoother then calling authorize. |
|||||||||||
,
Apr 17, 2009
Just deployed &force_login=true … can you test it out and see if it works for you? It does in my test application but I would like to confirm before I close the issue. |
|||||||||||
,
Apr 21, 2009
Code ready for deploy.
Status: Fixed
|
|||||||||||
|
|
|||||||||||