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

APIs

tal Shnitzer
PLUS
tal Shnitzer
Courses Plus Student 5,242 Points

authentication to user sign up process

Hi, I develop backend for a mobile app. I'm looking for a mechanism to authenticate initial user sign up. the mechanism should be between the frontend and backend (REST interface) w/o user involved. the purpose of this authentication is preventing robots sign up or someone eavesdropping the communication between mobile app and the server, to copy the sign up. thanks for ideas

2 Answers

tal Shnitzer
PLUS
tal Shnitzer
Courses Plus Student 5,242 Points

it looks appropriate. do you have good experience with it?

Dane Parchment
Dane Parchment
Treehouse Moderator 11,075 Points

Yes, I use it for some of my projects, it is pretty straightforward to use (can be a bit complex for projects that want a complex authentication process), and it very customizable. You should definitely try learning how to use it, and integrate it into your project.