I am wondering what is the reason behind having "The user will always be prompted to authorize access to your application, even if access was previously granted." mentioned in Twitter 3-legged authorization (https://dev.twitter.com/docs/auth/3-legged-authorization)?
I am very confused, what does that mean? Does it mean if a user authorize my app and I capture the tokens in my database, my app users will have to go through the whole authorization process next visit?
Please clarify.