V
V
Vyacheslav2015-12-09 20:42:54
iOS
Vyacheslav, 2015-12-09 20:42:54

Registration and authorization in Swift 2 iOS application?

Hello. Tell me, please, sensible material on how to register and authorize in an iOS application. Registration in your service is not through social networks. In theory, even a user is created on the site by the admin and the user is given only a login and password with which he logs in to the application.
If possible, explain the correct concept of such an application. As far as I understand, the data must be encrypted before sending so as not to transfer the login and password to the server in the clear. How to correctly send and receive data if the user has already logged in - send some code of the current session? How to properly manage this session by dropping it after some time of user inactivity?
So many questions :) and so few manuals on the net - mostly primitive examples of authorization directly in the application or through popular social networks. But there is practically no information on how to do this for your service. Especially in Swift. Therefore, I will be glad to any help in this matter. Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JohnZoidberg, 2015-12-10
@JohnZoidberg

Try using https://www.parse.com/
It's very easy to do things like this and there are tons of tutorials on how to do it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question