I'm just fleshing out some ideas for an iphone web app and it's going to be (in essence) a CRUD interface to a Rails web backend. Ultimately that backend will be a full blown website too.
My question is: what's the best way to handle "logging in" on the iPhone app? How should it authenticate to allow the user to see their data and add new stuff?
For Rails I generally use Authlogic, so it'd be nice if I could keep doing that.