© 2023 Hashnode
#authentication
What is JWT? JSON Web Token (JWT) is an open industry standard RFC (Request for Comment) 7519 method for representing claims between two parties that are securely transmitted as a JSON object. This tr…
Middlewares are a powerful concept in web development that allows for the separation of concerns and a more modular design. They act as intermediaries between different parts of an application, handli…
API authentication is the process of verifying the identity of a client requesting an API. This is an important security measure that helps prevent unauthorized access to sensitive data and resources.…
Project Description This project is a web application using Node.js, Express, and MongoDB. The API allows users to create an account and publish posts on a feed; it also allows users to view the posts…
Magic links, also known as passwordless logins or one-time links, have become an increasingly popular way to improve the user experience and increase security for various online applications and servi…
Today, we're building a two-factor authentication GitHub workflow automation with a browser we have on our Personal Computer (PC) and a physical Android device. Cross-Platform automation within one fr…
First of all, if you haven't read Part 1, "Is that really you?", STOP! Go read it right now! What are you still waiting for? GO! If you got to this point, congratulations, either you read the other ar…
Remember a few posts ago, when I created a UserId property in our Activity model? Well, it's time to put it to use. Since I am not a mole person, I want to share my project with my friends and family,…
Secure Your Web Application with These 16 Open-Source & SaaS Authentication Tools was initially published on Wednesday January 18 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh ou…
To create login functionality using Firebase for a blog, you can use Firebase Authentication to handle the user registration and login process.You can then use the Firebase Database to store user info…