foundersandcoders / oauth-workshop

8 stars 3 forks source link

Step 4 #7

Open lucyrose93 opened 7 years ago

lucyrose93 commented 7 years ago

Advice in Step 4:

"Note: You only need to pass in 2 of the parameters: the client_id & redirect_uri"

We (inc @oliverjam ) found you only need to pass in 1 parameter. But I may be mistaken.

oliverjam commented 7 years ago

Yeah it defaults to using the callback_url that you provide when you set-up the application on Github. I'm not sure why you'd ever want to set a different redirect_uri here?

jsms90 commented 7 years ago

Good point guys! Thanks :)