AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Create a Username Login Authentication
My I Know JS course is almost entirely server side. We write a little bit of vanilla JavaScript to fetch data from an API endpoint, right? It's simply just Server rendered uses a pug to template it uses MongoDB for a database we use passport JS just to create a very simple username login authentication And that is maybe not the stack you want to go for a modern web application. Submitting data to the server saving it to a database refreshing the page Looping over the data rendering it on out all that good stuff.