You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite likely for another time, but I found that a lot of students generally are looking for some basic authentication. Express has a handy basic-express-auth library for handling simple authentication.
I made an example which "protects" an application with a simple username and password. The example shows what this looks like for NeDB and mongodb
Hi Dan,
This is quite likely for another time, but I found that a lot of students generally are looking for some basic authentication. Express has a handy
basic-express-auth
library for handling simple authentication.I made an example which "protects" an application with a simple username and password. The example shows what this looks like for NeDB and mongodb
https://github.com/joeyklee/very-basic-express-auth-example
This example pairs with this live coding video tutorial
The text was updated successfully, but these errors were encountered: