React and NodeJS Authentication with Refresh & Access Tokens: A Step-by-Step Guide
The most common way of performing authentication in Single Page Applications (SPA) is through the use of JSON Web Tokens (JWT). While JWT-based authentication is easy to implement, there are some downsides to using JWT in SPAs that should be consider...
whatisweb.dev42 min read