How to Build Node.js Auth: Exploring Stateless vs Stateful auth
Authentication is one of the major component of any application you use , now am pretty sure you know why we need auth , let me tell you anyway : Authentication is like a bouncer for your app, making sure only the right people get in. It keeps your d...
nodejsauth.hashnode.dev6 min read
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Which problem worries you more — instant session revocation and server memory, or token revocation/refresh complexity and trusting client-held tokens?