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 trialtal 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,077 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,077 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.