There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
You can also find further discussion and get answers to your questions over in Language Help.
Agree with a comment or answer? Like () to up-vote the contribution!
Interesting lesson but a little more practical context for the project built in the lesson would have been better. Such as: We are building this API that is delivering jokes or something like that. This API will be consumed by other APIs, therefore we use oauth2-server to make a client credentials grant flow for our customers (other developers connecting to the API). That would have been helpful to better understand where this library/technique is the right tool for the job. Perhaps the last demo of the functionality can even include 2 servers - the one we build with oauth2-server and another one (with a UI) that gains access to the API after client secret is entered and gets some data.
By far the worst lesson on the Full Stack course. Mountains of information is thrown at you with such little context; you don’t see what’s going on making it so much more difficult to understand. Inconsistencies in what passes a check on each step, combined with a lack of explanations for certain code lines (for example, why do we use next() on a successful .then but res.send(err) on a catch as opposed to next(err)) make this a terrible lesson. I don’t look forward to inevitably returning to this section because of its complexity; Mike is completely correct in his suggestion but the backend side of the course is totally neglected from what I’ve experienced so far…
Edit: This correct answer being given text that says it’s wrong, but choosing another answer says this is the correct answer.