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! While you're at it, check out some resources Treehouse students have shared here.

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

iOS

What 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?

Amit,

Do you have anything to sugest?

1 Answer

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

We 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.

Thank you Amit