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 trialPaul Messmer
15,023 PointsFull stack JS track
Does this cover authentication for building a website where you can have users log in?
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHi Paul Messmer
If you have a look at the course outline for the FullStack JavaScript Track, you can see that it does cover the backend aspect of a website, including "Node.js" and "User Authentication With Express and Mongo."
Rick Gleitz
47,876 PointsHi Paul, There doesn't appear to be a specific course or workshop on authentication in the Fullstack JavaScript track itself, but there are separate JS-related content items: https://teamtreehouse.com/library/oauth-authentication-with-passport https://teamtreehouse.com/library/user-authentication-with-express-and-mongo https://teamtreehouse.com/library/react-authentication
Authentication may be covered inside some of the track's content, as well, just not obvious by the titles.
Hope this helps!