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

JavaScript GitHub Authentication

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

how is the user which need to be authenticated is transffered to the passport?

how does the passport function knows which is the user needed to be authenticated?

1 Answer

Tobiasz Gala
seal-mask
.a{fill-rule:evenodd;}techdegree
Tobiasz Gala
Full Stack JavaScript Techdegree Student 23,529 Points

When you create oauth app in github you provide callback url to your server where github transfers all allowed information about user who logged into github and approved your app. In our case it's .../auth/github/return