ruby on rails - Managing user session with devise on iPhone APP -
I have a rail application for which I am planning to prove my users and it works very well is. Now I want to write an iPhone application (not just a webUI but the appropriate APP) that reaches the same data and therefore requires the same authentication how should I go about doing this?
I want to log in by planning and keeping the session open so that the questions can be worked back and forth as they do on my website. I am both new to rail and planning.
I'm actually trying to do the same, I also have a rail application, which is used I want to make an iPhone app. I do not know that I have a good answer for you so far, but here are some things I have learned ...
According to the README on the Devwah GitHeb page, it seems that devotion is 2 Executing Mourning Authentication with Modules:
Database Authentication:
While validating a user's authentication, the password is encrypted and stored in the database The literacy. Authentication can be done through POST requests or via HTTP Basic authentication.
Authentication token:
The mark in the user based on an authentication token (also known as "single access token") Token can be given both through query string or via HTTP Basic authentication.
With HTTP Basic Authentication, your iPhone app will not have to re-authenticate with each request. You only have to prove once, then the structure will remember that it is certified.
Some resources that might help you get started:
Comments
Post a Comment