© 2023 Hashnode
#session-management
Introduction In today's digital landscape, the need for robust authentication systems has become paramount. Safeguarding sensitive user information and ensuring secure access to applications are top p…
Welcome to the 47th day of the "Code, Blog, Repeat: A 50-Day Quest for Back-End Mastery" series! In today's blog, we will be covering the topic of session management and cookies in NodeJS. Session man…
HTTP requests are considered stateless protocols and are used to transmit data between the server and the browser. Stateless means they do not store any data. However, circumstances may force you to b…
What is Auth0? Auth0 is an authentication and authorization provider. It started in 2013 as an identity and access management (IAM) service to allow developers to connect their apps to enterprise and…