I found a great article on getting started using the Twitter API for authenticating users.
I see that in a normal web app you would write the user's name and OAuth token/secret to a database. My confusion just stems from how you handle users from that point on. Do you just send them to twitter each time to verify and store these for use in a session variable after logging in? Or is this more of a "associate twitter with your account" than it is a "log in to our site via twitter"?
Finally, I believe I read elsewhere that the OAuth user token and secret are non-expiring (or at least long lasting). Wouldn't that allow creation of rogue apps that can tweet as a user? I have no intention of that, of course, but it does seem that's the case.