reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Authentication

Explain what a “Singleton” is (in Computer Science terms) ?

Explain how the Singleton pattern can be used with Node modules, specifically with classes ?

  1. Node’s module caching mechanism is case-sensitive:

  2. Modules are cached based on their resolved filename

If you were tasked with building a middleware system like Express uses, what approach might you take to construct/operate it?

link
link
link

Preparation Materials

Securing Passwords
Basic Auth
OWASP auth cheatsheet
bcrypt docs