Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Dionizio Ferreira
1,207 PointsWhat is the Best Secure way to authenticate a user in IOS?
I want to create a authenticate screen in my APP, where the user and password can be used in the ios and the website.
I find some codes with Json, is it the best way? is the more secure way?
1 Answer

Amit Bijlani
Treehouse Guest TeacherWe will be covering authentication using the Parse API in our next project by Ben Jakuben called "Build a Self-Destructing Messaging app". More information about the course can be found on the roadmap. Meanwhile, you can check out the Parse documentation on Users and Authentication, they make it very easy for you to implement authentication in your iOS app.

Dionizio Ferreira
1,207 PointsThank you Amit
Dionizio Ferreira
1,207 PointsDionizio Ferreira
1,207 PointsAmit,
Do you have anything to sugest?