Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

tal Shnitzer
Courses Plus Student 5,242 Pointsauthentication 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

Dane Parchment
Treehouse Moderator 11,024 PointsHave you thought about using Auth0?

tal Shnitzer
Courses Plus Student 5,242 Pointsit looks appropriate. do you have good experience with it?

Dane Parchment
Treehouse Moderator 11,024 PointsYes, 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.