Hey Everyone,

I have come across several students who have encountered bugs and errors due to misplacement of code from the authentication lectures.

So just a reminder, please pay special attention to the order in which Colt includes various lines of code in his program (particularly the app.js file). And remember, you can always reference Colt's source code here if you run into trouble.

The order in which code is included is important because some parts of the code rely on others to have been loaded prior in order to work correctly.

Additionally, if you're wondering what happened to the "Auth From Scratch" lectures, Colt opted not to make them because of potential security risks. However, I shared a video in this thread that dives pretty deep into the inner workings of authentication. You might bookmark it and check it out after you finish the lectures from this section.


Thanks! :)
Ian
Course TA